public class HandleAnyReplyToStrategy extends java.lang.Object implements ReplyToStrategy
| Modifier and Type | Field and Description |
|---|---|
static HandleAnyReplyToStrategy |
INSTANCE
An instance of the strategy to avoid having to create multiple copies of the object.
|
DIRECT_REPLY_TO| Constructor and Description |
|---|
HandleAnyReplyToStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleReplyTo(javax.jms.Message message,
java.lang.String replyTo)
Handles the reply to on a received message.
|
public static final HandleAnyReplyToStrategy INSTANCE
public void handleReplyTo(javax.jms.Message message,
java.lang.String replyTo)
throws javax.jms.JMSException
handleReplyTo in interface ReplyToStrategymessage - The RMQMessage that has been received.replyTo - The reply to queue value received.javax.jms.JMSException - if there's an issue updating the RMQMessageCopyright © 2023. All rights reserved.