Uses of Class
org.apache.qpid.client.MessageListenerMultiConsumerTest

Packages that use MessageListenerMultiConsumerTest
org.apache.qpid.client   
 

Uses of MessageListenerMultiConsumerTest in org.apache.qpid.client
 

Subclasses of MessageListenerMultiConsumerTest in org.apache.qpid.client
 class MessageListenerMultiConsumerImmediatePrefetch
          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