| Interface | Description |
|---|---|
| ConfirmListener | Deprecated
Use the
MessageProducer send methods with a CompletionListener |
| ReceivingContextConsumer |
Callback before receiving a message.
|
| SendingContextConsumer |
Callback before sending a message.
|
| Class | Description |
|---|---|
| Completion |
Used to signal completion of an asynchronous operation.
|
| ConnectionParams |
Holder for
RMQConnection constructor arguments. |
| PublisherConfirmContext |
Information an outbound message being confirmed.
|
| ReceivingContext |
Context when receiving message.
|
| RMQConnection |
Implementation of the
Connection, QueueConnection and TopicConnection interfaces. |
| RMQConnectionMetaData |
Meta data for
RMQConnection |
| RmqJmsContext | |
| RMQMessage |
Base class for RMQ*Message classes.
|
| RMQMessageProducer | |
| RMQSession |
RabbitMQ implementation of JMS
Session |
| SendingContext |
Context when sending message.
|
| SessionParams |
Holder for
RMQSession constructor arguments. |
| Exception | Description |
|---|---|
| RMQMessageListenerExecutionJMSException |
Wraps an execution exception as a
JMSException. |
Copyright © 2022. All rights reserved.