rabbitmq
brew install rabbitmq
v4.3.2
MPL-2.0
Erlang-based message broker and streaming platform for distributed systems.
Why you might care
RabbitMQ is a mature, widely-adopted message queue used to decouple services, handle async task processing, and implement pub/sub patterns in microservices architectures. It supports multiple protocols (AMQP, MQTT, STOMP) and offers persistence, clustering, and high-availability features out-of-the-box—making it a common choice for production deployments when you need reliable message delivery.
2.5k
30-day installs · #869
6.5k
90-day · #975
29.4k
365-day · #893
Runtime dependencies
Links
- https://www.rabbitmq.com
- Brew formula source: Formula/r/rabbitmq.rb
Caveats
Management UI: http://localhost:15672 Homebrew-specific docs: https://rabbitmq.com/install-homebrew.html
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"Apache Kafka",
"Apache ActiveMQ",
"Redis",
"NATS"
],
"build_dependencies": [],
"categories": [
"message-queue",
"database"
],
"caveats": "Management UI: http://localhost:15672\nHomebrew-specific docs: https://rabbitmq.com/install-homebrew.html\n",
"conflicts_with": [],
"dependencies": [
"erlang@28"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Messaging and streaming broker",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:09+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "rabbitmq",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.rabbitmq.com",
"homepage_og_description": null,
"homepage_og_image": "https://www.rabbitmq.com/img/rabbitmq-social-media-card.svg",
"homepage_title": "RabbitMQ: One broker to queue them all | RabbitMQ",
"installs_30d": 2530,
"installs_365d": 29450,
"installs_90d": 6547,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MPL-2.0",
"llm_generated_at": "2026-06-20T23:47:34+00:00",
"llm_model": "claude-haiku-4-5",
"name": "rabbitmq",
"oldnames": [],
"one_liner": "Erlang-based message broker and streaming platform for distributed systems.",
"optional_dependencies": [],
"rank_30d": 869,
"rank_365d": 893,
"rank_90d": 975,
"raw_hash": "4b9684470da0d991",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/r/rabbitmq.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
{
"python": "build"
}
],
"version_head": null,
"version_stable": "4.3.2",
"versioned_formulae": [],
"why_use_this": "RabbitMQ is a mature, widely-adopted message queue used to decouple services, handle async task processing, and implement pub/sub patterns in microservices architectures. It supports multiple protocols (AMQP, MQTT, STOMP) and offers persistence, clustering, and high-availability features out-of-the-box\u2014making it a common choice for production deployments when you need reliable message delivery."
}