public class DefaultRequestReplyPatternWrapper extends Object implements RequestReplyPatternWrapper
| Constructor and Description |
|---|
DefaultRequestReplyPatternWrapper() |
| 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.
|
public String createSelector(RequestReplyPattern requestReplyPattern, javax.jms.Message message) throws javax.jms.JMSException
RequestReplyPatternWrappercreateSelector in interface RequestReplyPatternWrapperrequestReplyPattern - 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 © 2020. All rights reserved.