AMQP

Advanced Message Queuing Protocol. AMQP 1.0 is both an OASIS standard and an International Standard (ISO/IEC 19464). Wire-level binary protocol defining nodes, links, sessions, and frames. Mission per the spec home: "To become the standard protocol for interoperability between all messaging middleware." Major implementations include Microsoft Azure Service Bus, Apache ActiveMQ Artemis, and SwiftMQ for 1.0; RabbitMQ remains the canonical AMQP 0-9-1 implementation.

API entry from apis.yml

apis.yml Raw ↑
name: AMQP
description: 'Advanced Message Queuing Protocol. AMQP 1.0 is both an OASIS standard and an International
  Standard (ISO/IEC 19464). Wire-level binary protocol defining nodes, links, sessions, and frames. Mission
  per the spec home: "To become the standard protocol for interoperability between all messaging middleware."
  Major implementations include Microsoft Azure Service Bus, Apache ActiveMQ Artemis, and SwiftMQ for
  1.0; RabbitMQ remains the canonical AMQP 0-9-1 implementation.'
humanURL: https://www.amqp.org
tags:
- Protocol
- Messaging
- OASIS
- ISO
properties:
- type: Portal
  url: https://www.amqp.org
- type: Specification
  url: http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html