RabbitMQ
RabbitMQ is a widely deployed open source message broker. It supports multiple messaging protocols and can be deployed in distributed and federated configurations to meet high-scale, high-availability requirements.
2 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Messages are published to an exchange with a routing key. The exchange routes messages to bound queues based on exchange type and binding rules.RabbitMQ AMQP Messaging API
-
Consumers subscribe to queues to receive messages. Queues can be durable, exclusive, or auto-delete. Messages are distributed to consumers in round-robin fashion.RabbitMQ AMQP Messaging API