| Package | Description |
|---|---|
| org.mule.jms.commons.api | |
| org.mule.jms.commons.internal.operation | |
| org.mule.jms.commons.internal.source |
| Modifier and Type | Method and Description |
|---|---|
static RequestReplyPattern |
RequestReplyPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestReplyPattern[] |
RequestReplyPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RequestReplyPatternWrapper.createSelector(RequestReplyPattern requestReplyPattern,
javax.jms.Message message)
Creates the selector for request reply and adds custom logic in case it is necessary.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultRequestReplyPatternWrapper.createSelector(RequestReplyPattern requestReplyPattern,
javax.jms.Message message) |
void |
JmsPublishConsume.publishConsume(JmsConfig config,
JmsConnection connection,
String destination,
JmsMessageBuilder messageBuilder,
JmsPublishParameters publishParameters,
JmsConsumeParameters consumeParameters,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy sendCorrelationId,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
RequestReplyPattern requestReplyPattern,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,JmsAttributes> completionCallback)
Operation that allows the user to send a message to a JMS
Destination and waits for a response
either to the provided ReplyTo destination or to a temporary Destination created dynamically |
| Modifier and Type | Method and Description |
|---|---|
RequestReplyPattern |
JmsResponseMessageBuilder.getRequestReplyPattern()
Returns the Request Reply Pattern to use
|
RequestReplyPattern |
DefaultJmsResponseMessageBuilder.getRequestReplyPattern() |
Copyright © 2020. All rights reserved.