Configure publish/subscribe for AMQP clients
AMQP clients can publish to a topic with an IBM MQ subscription that routes messages to an IBM MQ queue read by an existing application. If we want an MQ Light or AMQP 1.0 application to send messages to an existing IBM MQ application that is configured to read from a queue, we must define an administered IBM MQ subscription on the queue manager.
Configure the subscription to use a topic pattern that matches the topic string used by the AMQP application. Set the subscription destination to the name of the queue that the IBM MQ application gets or browses messages from.
Parent topic: Topologies for AMQP clients with IBM MQRelated information