Tool
RabbitMQ is an open-source messaging and streaming broker for communication between distributed applications and microservices. It supports open protocols including AMQP 1.0 and MQTT 5.0, with client libraries for multiple programming languages. Applications can publish messages to queues or streams, route and filter them to consumers, acknowledge delivery, replicate messages across clusters, and connect deployments using shovels or federation. Common uses include decoupling services, remote procedure calls, event streaming, and IoT messaging; in the cited video, it transports events between booking services. The software is available under the Mozilla Public License 2.0, and Broadcom offers a commercial Tanzu RabbitMQ edition with enterprise support.
1 use taken from transcripts — each links to the moment in the video.
Transports events between booking services.
1 in the library.