| Package | Description |
|---|---|
| org.mule.jms.commons.api.destination | |
| org.mule.jms.commons.internal.common | |
| org.mule.jms.commons.internal.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
DestinationType
Type identifier for a
Destination. |
| Modifier and Type | Method and Description |
|---|---|
DestinationTypeDescriptor |
DefaultJmsDestination.getDestinationType() |
DestinationTypeDescriptor |
JmsDestination.getDestinationType() |
| Modifier and Type | Method and Description |
|---|---|
static String |
JmsCommons.getDestinationType(DestinationTypeDescriptor consumerType) |
| 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 |
Copyright © 2022. All rights reserved.