| Package | Description |
|---|---|
| org.mule.jms.commons.api.message | |
| org.mule.jms.commons.internal.message | |
| org.mule.jms.commons.internal.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJmsAttributes
Contains all the metadata of a JMS
Message, it carries information such as the Headers, the Properties and the required
ID for performing an ACK on the Message. |
| Modifier and Type | Method and Description |
|---|---|
JmsAttributes |
AbstractJmsAttributes.Builder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsResultFactory<T extends JmsAttributes>
Factory class for creating an Operation
Result based on a JMS Message |
| Modifier and Type | Method and Description |
|---|---|
JmsAttributes |
DefaultJmsAttributesBuilder.build() |
JmsAttributes |
JmsAttributesBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,JmsAttributes> |
JmsConsume.consume(JmsConfig config,
JmsTransactionalConnection connection,
String destination,
ConsumerType consumerType,
JmsAckMode ackMode,
String selector,
String contentType,
String encoding,
Long maximumWait,
TimeUnit maximumWaitUnit,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsConsume.consume(JmsConfig config,
JmsTransactionalConnection connection,
String destination,
ConsumerType consumerType,
JmsAckMode ackMode,
String selector,
String contentType,
String encoding,
Long maximumWait,
TimeUnit maximumWaitUnit,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,JmsAttributes> completionCallback) |
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 |
Copyright © 2022. All rights reserved.