Integration Server 10.15 | JMS Client Development Guide | Sending and Receiving JMS Messages | The JMS Services
 
The JMS Services
Using the following JMS services, you can create services that send and/or receive JMS messages. The JMS services are located in the WmPublic package.
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.