Class BlockingQueueTransport

java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportSupport
org.apache.activemq.transport.http.BlockingQueueTransport
All Implemented Interfaces:
org.apache.activemq.Service, org.apache.activemq.transport.Transport

public class BlockingQueueTransport extends org.apache.activemq.transport.TransportSupport
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.