Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The IBM MQ Collection acts as a client to an IBM Websphere MQ Queue Manager. It collects messages from a defined number of message queues, topics and durable subscriptions, and routes the data as UDRs to a real-time workflow.

Connection

At startup, a connection towards an Queue Manager is set up to listen to a number of queues, topics or durable subscriptions. This can be configured either directly in the IBM MQ Collection agent or be dynamically set within an Analysis agent.

If the agent will fail to connect to all configured queues, topics or durable subscriptions, the workflow will abort.

Message Queues

Message queues are used for storing messages in Websphere MQ Server. The messages consist of two parts; the binary data used by the application and the delivery information handled by the Queue Manager. The Queue Manager provides a logical container for message queues and is responsible for transferring the data between local and remote queues.

...

New messages can also be sent to the Queue Manager with the IBM MQ APL commands.

Topics and Durable Subscriptions

As opposed to the point-to-point communication, IBM Websphere offers the possibility to publish and subscribe to topics. Neither the publisher or the subscriber need to know where the other part is located. All interaction between publishers and subscribers are controlled by the Queue Manager.

...