|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQMessageDispatcher | |
org.codehaus.activemq | The core JMS client implementation classes |
Uses of ActiveMQMessageDispatcher in org.codehaus.activemq |
Classes in org.codehaus.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.codehaus.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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |