Service | Description |
pub.jms:acknowledge | Sends an acknowledgement for a message to the JMS provider. |
pub.jms:createConsumer | Creates a message consumer to receive messages from destinations on the JMS provider. |
pub.jms:receive | Synchronously receives a message from a queue or topic on the JMS provider. |
pub.jms:reply | Sends a reply message to a requesting client. |
pub.jms:send | Sends a JMS message to the JMS provider. |
pub.jms:sendAnd Wait | Sends a request in the form of a JMS message to the JMS provider and, optionally, waits for a reply. |
pub.jms:sendBatch | Sends multiple JMS messages to the same destination on the JMS provider. |
pub.jms.waitForReply | Retrieves the reply message for an asynchronous request. |