+

Search Tips   |   Advanced Search

Messaging


JMS


Connect

The Connect JMS Advanced action is used to connect to a topic or a queue.

Supported JMS API versions: 1.1 and 2.0.

Parameters

Examples

An example of an SSL connection to a Tibco queue:

An example of connecting to a Oracle Weblogic topic:


Disconnect

The Disconnect JMS Advanced action is used to disconnect from a topic or a queue.

Parameter

Example

An example of disconnecting from a queue:

destination: myQueueName


Queue - Send

The Queue - Send JMS Advanced action is used to send a message to a queue.

Parameters

Examples

An example of sending a message on a queue:

An example of sending a bytes message from a file:


Queue - Send and Receive

The Queue - Send and Receive JMS Advanced action is used to send a message. It waits for a response.

Parameters

Examples

An example of send and receive on one queue:

An example of send and receive on two queues:


Queue - Receive

The Queue - Receive JMS Advanced action is used to receive a message from a queue. It waits until the message is received.

Parameters

Example

An example of receiving message:


Topic - Subscribe

The Topic - Subscribe JMS Advanced action is used to subscribe to a topic.

Parameters

Example

An example of topic subscription:


Topic - Unsubscribe

The Topic - Unsubscribe JMS Advanced action is used to unsubscribe from a topic.

Parameter

Example

An example of unsubscribing from a topic:


Topic - Publish

The Topic - Publish JMS Advanced action is used to publish a message to a given topic.

Parameters

Examples

An example of sending a text message:

An example of connecting to a Oracle Weblogic topic:


Topic - Receive

The Topic - Receive JMS Advanced action is used to receive messages from a subscribed topic. It waits until the specified number of messages are received.

Parameters

Example

An example of receiving 10 messages from a topic:


Home