AMQP Messaging API
AsyncAPI specification for AMQP messaging patterns including publish/subscribe, request/reply, and point-to-point messaging via exchanges, queues, and bindings.
This event API exposes 0 operations across 5 channels, and defines 5 schemas. It is described by AsyncAPI 3.0.0, at version 1.0.0.
The API connects through a single server, amqp.example.com:5672 (amqp).
0 operations
5 channels
5 schemas
Metadata
The identity and technical contract details declared by the specification.
Messages & Schemas 5
The contract defines 5 schemas that model the data carried by its messages. Each schema is shown below with its type and property counts.
OrderCreated
message
Event published when a new order is created
OrderProcess
message
Command to process an order
OrderStatusRequest
message
Request for the current status of an order
OrderStatusReply
message
Reply containing the current status of an order
Notification
message
A notification broadcast to all subscribers
Specification
The full machine-readable AsyncAPI contract behind this narrative.
Source
#AMQP#AsyncAPI#Messaging#Point to Point#Publish Subscribe#Request Reply