| Package | Description |
|---|---|
| org.mule.extensions.jms.api.operation | |
| org.mule.extensions.jms.api.source | |
| org.mule.extensions.jms.internal.message |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,JmsAttributes> |
JmsConsume.consume(JmsConnection connection,
JmsConfig config,
String destination,
ConsumerType consumerType,
AckMode ackMode,
String selector,
String contentType,
String encoding,
Long maximumWait,
TimeUnit maximumWaitUnit)
Operation that allows the user to consume a single
Message from a given Destination. |
org.mule.runtime.extension.api.runtime.operation.Result<Object,JmsAttributes> |
JmsPublishConsume.publishConsume(JmsConfig config,
JmsConnection connection,
String destination,
MessageBuilder messageBuilder,
AckMode ackMode,
long maximumWait,
TimeUnit maximumWaitUnit,
JmsPublishParameters overrides)
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 | Method and Description |
|---|---|
void |
JmsListener.onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<Object,JmsAttributes> sourceCallback) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,JmsAttributes> |
JmsResultFactory.createEmptyResult()
Creates an empty
Result |
org.mule.runtime.extension.api.runtime.operation.Result<Object,JmsAttributes> |
JmsResultFactory.createResult(javax.jms.Message jmsMessage,
JmsSpecification specification,
String contentType,
String encoding,
Optional<String> ackId)
Creates a
Result from a JMS Message based on the current configurations |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.