| HttpTransportSupport | A useful base class for HTTP Transport implementations. | code | html |
| BlockingQueueTransport | A server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto a Queue so that they can be dispatched by the HTTP GET requests from the client. | code | html |
| HttpClientTransport | A HTTP org.apache.activemq.transport.TransportChannel which uses the commons-httpclient library | code | html |
| 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. | code | html |
| 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. | code | html |
| HttpTransport | code | html | |
| HttpTransportFactory | code | html | |
| HttpTransportServer | code | html | |
| HttpTunnelServlet | A servlet which handles server side HTTP transport, delegating to the ActiveMQ broker. | code | html |
A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.