| Package | Description |
|---|---|
| org.mule.extensions.jms.api.message | |
| org.mule.extensions.jms.api.operation |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
MessageBuilder.build(JmsSupport jmsSupport,
javax.jms.Session session,
JmsConfig config)
Creates a
Message based on the provided configurations |
| 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. |
void |
JmsPublish.publish(JmsConfig config,
JmsConnection connection,
String destination,
DestinationType destinationType,
MessageBuilder messageBuilder,
JmsPublishParameters overrides)
Operation that allows the user to send a
Message to a JMS {@link 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 |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.