JavaScript is disabled on your browser.
All Implemented Interfaces:
Service , Transport
public class BlockingQueueTransport
extends 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.
Field Summary
Fields
Modifier and Type
Field and Description
static long
MAX_TIMEOUT
Constructor Summary
Constructors
Constructor and Description
BlockingQueueTransport (java.util.concurrent.BlockingQueue<java.lang.Object> channel)
Method Summary
Methods inherited from class org.apache.activemq.transport.TransportSupport
asyncRequest , checkStarted , doConsume , getTransportListener , isConnected , isDisposed , isFaultTolerant , isReconnectSupported , isUpdateURIsSupported , narrow , onException , reconnect , request , request , setTransportListener , updateURIs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2005-2016 Red Hat, Inc. . All Rights Reserved.