Uses of Interface
org.activemq.ActiveMQMessageDispatcher

Packages that use ActiveMQMessageDispatcher
org.activemq The core JMS client implementation classes 
 

Uses of ActiveMQMessageDispatcher in org.activemq
 

Classes in org.activemq that implement ActiveMQMessageDispatcher
 class ActiveMQConnectionConsumer
          For application servers, Connection objects provide a special facility for creating a ConnectionConsumer (optional).
 class ActiveMQSession
           A Session object is a single-threaded context for producing and consuming messages.
 class ActiveMQXASession
          The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).
 

Methods in org.activemq with parameters of type ActiveMQMessageDispatcher
protected  void ActiveMQConnection.addMessageDispatcher(ActiveMQMessageDispatcher messageDispatch)
          Add a Message dispatcher to receive messages from the Broker
protected  void ActiveMQConnection.removeMessageDispatcher(ActiveMQMessageDispatcher messageDispatcher)
          Remove a Message dispatcher
 



Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.