| Package | Description |
|---|---|
| com.rabbitmq.jms.admin | |
| com.rabbitmq.jms.client |
| Modifier and Type | Method and Description |
|---|---|
ReplyToStrategy |
RMQConnectionFactory.getReplyToStrategy()
Gets ths reply to strategy to use when receiving messages with a
reply-to specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RMQConnectionFactory.setReplyToStrategy(ReplyToStrategy replyToStrategy)
Sets the strategy to use when receiving messages with a reply-to
specified.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReplyToStrategy
Default implementation of the reply-to strategy.
|
class |
HandleAnyReplyToStrategy
Implementation of the reply to strategy that deals with any reply-to
value received and will use the default, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
ReplyToStrategy |
ConnectionParams.getReplyToStrategy() |
ReplyToStrategy |
RMQConnection.getReplyToStrategy()
Gets the reply to strategy that should be followed if as reply to is
found on a received message.
|
ReplyToStrategy |
SessionParams.getReplyToStrategy() |
ReplyToStrategy |
RMQSession.getReplyToStrategy()
Gets the reply to strategy that should be followed if as reply to is
found on a received message.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionParams |
ConnectionParams.setReplyToStrategy(ReplyToStrategy replyToStrategy) |
SessionParams |
SessionParams.setReplyToStrategy(ReplyToStrategy replyToStrategy) |
Copyright © 2023. All rights reserved.