Page request: rabbitmq #15705
Labels
help wanted
You can help make tldr-pages better!
new command
Issues requesting creation of a new page or PRs adding a new page for a command.
Command description
RabbitMQ is an open-source message broker software that facilitates communication between different parts of a system, often in distributed or microservice architectures. It acts as an intermediary that receives, stores, and forwards messages between services or applications.
It supports AMQP protocol, having plugins for several others namely Streams, MQTT and STOMP.
Overall, RabbitMQ is designed to improve the scalability, reliability, and fault tolerance of communication in distributed systems. It is widely used for asynchronous communication, load balancing, and task queuing.
Command details
rabbitmqctl --help
Documentation
https://www.rabbitmq.com/docs
Platform
Common
VCS repository link (e.g. GitHub, GitLab)
https://github.com/rabbitmq/rabbitmq-website/tree/main/docs/man
Additional information
According to Wikipedia it's designed to be cross-platform, although I've no awareness of the
rabbitmqctl
command usage besides Linux.The text was updated successfully, but these errors were encountered: