Setup tab

In this tab, define the connections used for receiving messages, topics, and queues.

Option

Description

IBM MQ

Activate this connection type if you are using IBM MQ as your message broker.

ActiveMQ

Activate this connection type if you are using Apache ActiveMQ Artemis and JMS 2.0 as your message broker.

JMS URL

Enter the broker URL for the selected connection type.

Destination type

Select Topic or Queue from the list to specify the delivery model you want to use. - Topic

Uses a publish and subscribe delivery model such that one message can be delivered to multiple consumers. Messages are delivered to the topic destination and ultimately to all active consumers who are subscribers of the topic.

  • Queue

Uses a point-to-point delivery model. In this model, a message is delivered from a single producer to a single consumer. The messages are delivered to the destination, which is a queue, and then delivered to one of the consumers registered for the queue.

Destination name

Specify the name of the topic or queue.

Receive timeout

Specify the time to wait for incoming messages in milliseconds. Note that a timeout setting of zero (0) never expires.

Last updated

Was this helpful?