Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If the IBM MQ collection agent is configured to read connection parameters dynamically, it will deliver and expect a connection UDR during initialization. Depending on the configuration, the connection UDR can be of the following types:


  • MQConnectionInfo if Queues has been selected as Connection Mode
  • MQConnectionInfoTopic if Topics has been selected as Connection Mode
  • MQConnectionInfoDurableTopic if Durable Subscriptions has been selected as Connection Mode


If the IBM MQ agent is configured for Queues, messages are delivered as MQMessage UDRs, while Topics and Durable Subscriptions will deliver messages as MQMessageTopic and the agent expects the same UDR type back.

All UDRs are described in IBM MQ UDRs.


  • No labels