public interface ReplyToStrategy
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DIRECT_REPLY_TO |
| Modifier and Type | Method and Description |
|---|---|
void |
handleReplyTo(javax.jms.Message message,
java.lang.String replyTo)
Handles the reply to on a received message.
|
static final java.lang.String DIRECT_REPLY_TO
void handleReplyTo(javax.jms.Message message,
java.lang.String replyTo)
throws javax.jms.JMSException
message - 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.