| Modifier and Type | Method and Description |
|---|---|
void |
JmsAck.ack(JmsConnection connection,
String ackId)
Allows the user to perform an ACK when the
AckMode.MANUAL mode is elected while consuming the Message. |
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 |
| Modifier and Type | Method and Description |
|---|---|
static void |
JmsOperationCommons.evaluateMessageAck(JmsConnection connection,
AckMode ackMode,
JmsSession session,
javax.jms.Message received) |
| Modifier and Type | Method and Description |
|---|---|
JmsConnection |
BaseConnectionProvider.connect() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseConnectionProvider.disconnect(JmsConnection jmsConnection) |
protected void |
BaseConnectionProvider.doClose(JmsConnection jmsConnection) |
protected void |
BaseConnectionProvider.doStop(JmsConnection jmsConnection) |
void |
BaseConnectionProvider.onReturn(JmsConnection connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
BaseConnectionProvider.validate(JmsConnection jmsConnection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActiveMQConnectionProvider.doClose(JmsConnection jmsConnection) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.