+

Search Tips | Advanced Search

AMQP clients communicating over IBM MQ

We can use IBM MQ as the messaging provider for IBM MQ Light or any application that complies with AMQP 1.0. Although any AMQP 1.0 client can connect to an AMQP channel, some AMQP features are not supported, for example transactions or multiple sessions.

By defining one or more AMQP channels, AMQP 1.0 clients can connect to the queue manager and send messages to a topic string. Clients can also subscribe to a topic pattern to receive messages that match the pattern.

In the following scenario, the only applications sending and receiving messages are MQ Light or AMQP 1.0 applications.

Applications can choose whether the destinations created by subscribing to a topic string are persistent so that messages are not lost if the application temporarily loses its connection to the queue manager.

Applications can also choose how long messages are kept before being purged from the destination.

For information about the MQ Light API and its features, see the MQ Light site on IBM Developer

Parent topic: Topologies for AMQP clients with IBM MQ


Related information

Last updated: 2020-10-04