Package org.activemq.transport.http

A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.

See:
          Description

Class Summary
HttpClientTransportChannel A HTTP TransportChannel which uses the commons-httpclient library
HttpEmbeddedTunnelServlet 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.
HttpEmbeddedTunnelServlet.ServletConnector  
HttpServerTransportChannel A server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto a Channel so that they can be dispatched by the HTTP GET requests from the client.
HttpSpringEmbeddedTunnelServlet 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.
HttpSpringEmbeddedTunnelServlet.ServletConnector  
HttpTransportChannel  
HttpTransportChannelFactory  
HttpTransportChannelSupport  
HttpTransportConnector  
HttpTransportConnectorFactory  
HttpTunnelServlet A servlet which handles server side HTTP transport, delegaging to the ActiveMQ broker.
 

Package org.activemq.transport.http Description

A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.



Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.