Uses of Package
org.apache.qpid.client

Packages that use org.apache.qpid.client
org.apache.qpid.client   
 

Classes in org.apache.qpid.client used by org.apache.qpid.client
MessageListenerMultiConsumerTest
          QPID-293 Setting MessageListener after connection has started can cause messages to be "lost" on a internal delivery queue

The message delivery process: Mina puts a message on _queue in AMQSession and the dispatcher thread take()s from here and dispatches to the _consumers.

 



Licensed to the Apache Software Foundation