| Package | Description |
|---|---|
| com.mulesoft.connectors.ibmmq.api | |
| com.mulesoft.connectors.ibmmq.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static MQDestinationType |
MQDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MQDestinationType[] |
MQDestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MQOperations.publish(IBMMQConfiguration config,
org.mule.jms.commons.internal.connection.JmsTransactionalConnection connection,
String destination,
MQDestinationType destinationType,
MQMessageBuilder messageBuilder,
org.mule.jms.commons.internal.publish.JmsPublishParameters 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 © 2025 MuleSoft, Inc.. All rights reserved.