| Package | Description |
|---|---|
| org.mule.jms.commons.internal.operation | |
| org.mule.jms.commons.internal.publish | |
| org.mule.jms.commons.internal.source |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsPublishParameters
Contains the parameters that can override the default values for
publishing a
Message |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsMessageProducer.publish(javax.jms.Message message,
PublisherParameters overrides) |
void |
JmsMessageProducer.publish(javax.jms.Message message,
PublisherParameters overrides,
javax.jms.CompletionListener completionListener) |
| 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 © 2019. All rights reserved.