Configuring the Get Message activity

Procedure

  1. In the Checklist, click Configure.
  2. In the Queue field, specify the provider-specific name of the queue to be polled.
  3. Open the Message Data menu and choose the format the message takes, whether Bytes or Text.
  4. In the Message Selector field, enter the text of a message header.

    Using the JMS message selector a client can specify, by submitting the text of a message header, those messages it is interested in. Only messages whose headers and properties match the selector are delivered. Message selectors cannot reference message body values. The message selector string must follow JMS selector syntax.

  5. In the Checklist, click Delivery Rules.
  6. Click the Batch Objects checkbox to activate the option, which enables the activity to batch-process multiple messages.
  7. Open the Deliver menu and choose either option: ATLEAST_ONCE or ATMOST_ONCE
  8. In the Checklist, click Retry.
  9. Review the default settings and make any needed changes.

    For more information, see Specifying retry parameters for JMS activities