Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQConnectionConsumer
For application servers,
Connection objects provide a special
facility for creating a ConnectionConsumer (optional). |
class |
ActiveMQMessageConsumer
A client uses a
MessageConsumer object to receive messages
from a destination. |
class |
ActiveMQQueueReceiver
A client uses a
QueueReceiver object to receive messages that
have been delivered to a queue. |
class |
ActiveMQSession
A
Session object is a single-threaded context for producing
and consuming messages. |
class |
ActiveMQTopicSubscriber
A client uses a
TopicSubscriber object to receive messages
that have been published to a topic. |
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).
|
class |
AdvisoryConsumer |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQConnection.addDispatcher(ConsumerId consumerId,
ActiveMQDispatcher dispatcher) |
protected boolean |
ActiveMQConnection.isDuplicate(ActiveMQDispatcher dispatcher,
Message message) |
void |
ActiveMQSession.redispatch(ActiveMQDispatcher dispatcher,
MessageDispatchChannel unconsumedMessages) |
protected void |
ActiveMQConnection.removeDispatcher(ActiveMQDispatcher dispatcher) |
protected void |
ActiveMQConnection.rollbackDuplicate(ActiveMQDispatcher dispatcher,
Message message) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.