| Interface | Description |
|---|---|
| ConfirmListener | Deprecated
Use the
MessageProducer send methods with a CompletionListener |
| ReceivingContextConsumer |
Callback before receiving a message.
|
| ReplyToStrategy |
Interface to provide a pluggable mechanism for dealing with messages
received with a reply-to queue specified.
|
| SendingContextConsumer |
Callback before sending a message.
|
| Class | Description |
|---|---|
| Completion |
Used to signal completion of an asynchronous operation.
|
| ConnectionParams |
Holder for
RMQConnection constructor arguments. |
| DefaultReplyToStrategy |
Default implementation of the reply-to strategy.
|
| HandleAnyReplyToStrategy |
Implementation of the reply to strategy that deals with any reply-to
value received and will use the default, i.e.
|
| 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. |
| Enum | Description |
|---|---|
| AuthenticationMechanism |
Authentication mechanisms that the client can use to authenticate to the server.
|
| Exception | Description |
|---|---|
| RMQMessageListenerExecutionJMSException |
Wraps an execution exception as a
JMSException. |
Copyright © 2023. All rights reserved.