Package org.apache.activemq.transport.http
package org.apache.activemq.transport.http
A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.
-
ClassesClassDescriptionA server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto a
Queueso that they can be dispatched by the HTTP GET requests from the client.A HTTPTransportwhich uses the Apache HTTP Client libraryThis servlet embeds an ActiveMQ broker inside a servlet engine which is ideal for deploying ActiveMQ inside a WAR and using this servlet as a HTTP tunnel.Inactivity Monitor specialization for use with HTTP based transports.This servlet embeds an ActiveMQ broker inside a servlet engine which is ideal for deploying ActiveMQ inside a WAR and using this servlet as a HTTP tunnel.A useful base class for HTTP Transport implementations.A servlet which handles server side HTTP transport, delegating to the ActiveMQ broker.