Class 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.