| Package | Description |
|---|---|
| org.mule.jms.commons.api.message | |
| org.mule.jms.commons.internal.operation | |
| org.mule.jms.commons.internal.source |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJmsMessageBuilder<D extends DefaultJmsDestination>
Enables the creation of an outgoing
Message. |
| Modifier and Type | Method and Description |
|---|---|
static javax.jms.Message |
JmsMessageFactory.build(JmsSupport jmsSupport,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
javax.jms.Session session,
JmsConfig config,
JmsMessageBuilder messageBuilder)
Creates a
Message based on the provided configurations |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsPublish.publish(JmsConfig config,
JmsTransactionalConnection connection,
String destination,
DestinationTypeDescriptor destinationType,
JmsMessageBuilder messageBuilder,
PublisherParameters overrides,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy sendCorrelationId,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> completionCallback)
Operation that allows the user to send a
Message to a JMS Destination |
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 | Interface and Description |
|---|---|
interface |
JmsResponseMessageBuilder<D extends JmsDestination>
Enables the creation of an outgoing
Message along with the response configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJmsResponseMessageBuilder
Enables the creation of an outgoing
Message along with the response configuration. |
Copyright © 2023. All rights reserved.