Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page request: rabbitmq #15705

Open
dwalex opened this issue Feb 6, 2025 · 0 comments
Open

Page request: rabbitmq #15705

dwalex opened this issue Feb 6, 2025 · 0 comments
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.

Comments

@dwalex
Copy link

dwalex commented Feb 6, 2025

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.

@dwalex dwalex added 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. labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant