public interface JMSSupport
Modifier and Type | Method and Description |
---|---|
String |
getSentMessageId(Message msg)
Retrieves the message id sent for the last JMS destination of the given message
|
String |
getSentProviderURL(Message msg)
Retrieves the provider URL of the last sent JMS destination
|
boolean |
isRedelivery(Message msg)
Is this message a redelivery?
|
String getSentMessageId(Message msg)
msg
- the message of which the sent JMS message id to be retrievedString getSentProviderURL(Message msg)
msg
- the message of which the sent provider URL to be fetchedboolean isRedelivery(Message msg)
msg
- the message to checkCopyright © 2010–2016 AdroitLogic. All rights reserved.