Receiving Java™ Message Service (JMS) messages
When receiving messages using the JMS transport, you must configure the subscriber options, message content and optional filtering.
Subscriber options
Subscriber options for receiving messages by using the JMS transport are managed under Subscriber Configuration.
The subscriber options are described in the following table:
Option | Description |
---|---|
Queue | The destination, queue, or topic to monitor for incoming messages. |
Message Selector | Filters incoming messages according to message header properties (for more information, see Message filters). |
Message content
The contents and structure of a JMS message body varies according to the message type. To set the type of messages to receive, select one of the options available from the Message Type dropdown menu.
For more information about configuring message content, see Messages.