Information required to publish an event to an MQ broker

You need specific information publish an event to an MQ broker.

About this task

To publish events to an MQ broker, gather the following information:

Procedure

  • Hostname and port of the MQ broker.
  • Name of the Queue Manager.
  • Name of the MQ broker channel to use.
  • Name of the topic.
  • Time-to-live for the messages—How long the MQ message should stay in the queue or topic before it can be purged by the MQ broker. The time is specified in milliseconds.
  • Number of retries on a JMS failure.
  • Wait time between retries.