CloudEvents AMQP Protocol Binding

The AMQP protocol binding for CloudEvents defines how events are mapped to OASIS AMQP 1.0 messages. In structured content mode, event attributes and data are placed in the AMQP message application data section; in binary content mode, event data is placed as-is with attributes mapped to AMQP message properties.

API entry from apis.yml

apis.yml Raw ↑
aid: cloudevents:cloudevents-amqp-binding
name: CloudEvents AMQP Protocol Binding
description: The AMQP protocol binding for CloudEvents defines how events are mapped to OASIS AMQP 1.0
  messages. In structured content mode, event attributes and data are placed in the AMQP message application
  data section; in binary content mode, event data is placed as-is with attributes mapped to AMQP message
  properties.
humanURL: https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/bindings/amqp-protocol-binding.md
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/bindings/amqp-protocol-binding.md
- type: Reference
  url: https://github.com/cloudevents/spec/blob/main/cloudevents/bindings/amqp-protocol-binding.md
tags:
- AMQP
- Messaging
- Protocol Binding