+

Search Tips | Advanced Search

MQ Light and AMQP (Advanced Message Queuing Protocol)

The IBM MQ Light API is based on the OASIS Standard AMQP Version 1.0 wire protocol. AMQP specifies how messages are sent between senders and receivers. An application acts as a sender when the application sends a message to message broker, such as IBM MQ. IBM MQ acts as a sender when it sends a message to an AMQP application.

Some of the benefits of AMQP are as follows:

Although any AMQP 1.0 client can connect to an AMQP channel, some AMQP features are not supported, for example transactions or multiple sessions.

For more information, see AMQP.org website and OASIS Standard AMQP Version 1.0 PDF.

The MQ Light messaging API is based on AMQP 1.0. The API provides most of the messaging capability needed for the majority of publish/subscribe and point-to-point messaging flows.

The MQ Light API has the following messaging features:

For complete documentation of the MQ Light API, see the following websites: