public interface RequestReplyPatternWrapper
| Modifier and Type | Method and Description |
|---|---|
String |
createSelector(RequestReplyPattern requestReplyPattern,
javax.jms.Message message)
Creates the selector for request reply and adds custom logic in case it is necessary.
|
String createSelector(RequestReplyPattern requestReplyPattern, javax.jms.Message message) throws javax.jms.JMSException
requestReplyPattern - the pattern (CORRELATION_ID, MESSAGE_ID, NONE)message - the message to apply the request reply operationjavax.jms.JMSException - exception during the creation of the selectorCopyright © 2021. All rights reserved.