+

Search Tips | Advanced Search

Mapping AMQP and IBM MQ message fields

AMQP messages are composed of a header, delivery annotations, message annotations, properties, application properties, body, and footer.

AMQP messages are composed of the following parts:

The AMQP message format is illustrated in the following figure:

The properties, application-properties, and application-data part are known as the bare message. This is the message as sent by the sender, and is immutable. The receiver sees the entire message, including the header, footer, delivery-annotations and message-annotations.

For a full description of the AMQP 1.0 message format, see the OASIS Standard at http://docs.oasis-open.org/amqp/core/v1.0/amqp-core-complete-v1.0.pdf.