{"id":21277970,"url":"https://github.com/ddev/ddev-rabbitmq","last_synced_at":"2025-07-11T08:32:22.447Z","repository":{"id":200840589,"uuid":"706339942","full_name":"b13/ddev-rabbitmq","owner":"b13","description":"Adds a rabbitmq service to ddev","archived":false,"fork":false,"pushed_at":"2024-08-05T08:32:20.000Z","size":100,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-05T09:59:03.141Z","etag":null,"topics":["ddev-get"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-17T18:52:56.000Z","updated_at":"2024-08-05T08:32:23.000Z","dependencies_parsed_at":"2024-04-17T09:39:35.273Z","dependency_job_id":"41115b54-4cf7-4a33-9a31-64cd8d125bd8","html_url":"https://github.com/b13/ddev-rabbitmq","commit_stats":null,"previous_names":["ochorocho/ddev-rabbitmq","b13/ddev-rabbitmq"],"tags_count":4,"template":false,"template_full_name":"ddev/ddev-addon-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fddev-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fddev-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fddev-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fddev-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b13","download_url":"https://codeload.github.com/b13/ddev-rabbitmq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225708281,"owners_count":17511635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddev-get"],"created_at":"2024-11-21T10:08:30.704Z","updated_at":"2025-07-11T08:32:22.440Z","avatar_url":"https://github.com/b13.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![add-on registry](https://img.shields.io/badge/DDEV-Add--on_Registry-blue)](https://addons.ddev.com)\n[![tests](https://github.com/ddev/ddev-rabbitmq/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/ddev/ddev-rabbitmq/actions/workflows/tests.yml?query=branch%3Amain)\n[![last commit](https://img.shields.io/github/last-commit/ddev/ddev-rabbitmq)](https://github.com/ddev/ddev-rabbitmq/commits)\n[![release](https://img.shields.io/github/v/release/ddev/ddev-rabbitmq)](https://github.com/ddev/ddev-rabbitmq/releases/latest)\n\n# DDEV RabbitMQ\n\n## Overview\n\n[RabbitMQ](https://www.rabbitmq.com/) is a message-queueing software also known as a message broker or queue manager.\n\nThis add-on integrates RabbitMQ into your [DDEV](https://ddev.com/) project and creates users/queues according to the configuration defined in [`.ddev/rabbitmq/config.yaml`](rabbitmq/config.yaml).\n\n## Installation\n\n```bash\nddev add-on get ddev/ddev-rabbitmq\nddev restart\n```\n\nAfter installation, make sure to commit the `.ddev` directory to version control.\n\n## Configuration\n\nFrom within the container, the RabbitMQ container is reached at hostname: `rabbitmq` on port `5672`, so\nthe server URL will be `amqp://rabbitmq:5672`.\n\nFor more details check the connection section below.\n\n### YAML configuration\n\nThe [rabbitmq/config.yaml](rabbitmq/config.yaml) describes\nvhosts, queues, users and plugins.\n\nThe configuration can be applied with the following command:\n\n```bash\nddev rabbitmq apply\n```\n\n\u003e [!NOTE]\n\u003e This may not cover all possible configuration values! But it is a good start.\n\nTo ensure the configuration is applied automatically on boot, add the following\nhook to your `.ddev/config.yaml`:\n\n```yaml\nhooks:\n  post-start:\n    - exec-host: ddev solrctl apply\n```\n\nRemove rabbitmq configuration but keep default user (`rabbitmq`) and vhost (`/`):\n\n```bash\nddev rabbitmq wipe\n```\n\n## Usage\n\n| Command                     | Description                                                                    |\n|-----------------------------|--------------------------------------------------------------------------------|\n| `ddev rabbitmq --help`      | RabbitMQ custom helper command                                                 |\n| `ddev rabbitmqadmin --help` | RabbitMQ Management CLI (no auth required)                                     |\n| `ddev rabbitmqctl --help`   | Used to manage the cluster and nodes                                           |\n| `ddev rabbitmq launch`      | Launch RabbitMQ Management UI in the browser (credentials `rabbitmq:rabbitmq`) |\n| `ddev describe`             | View service status and used ports for RabbitMQ                                |\n| `ddev logs -s rabbitmq`     | Check RabbitMQ logs                                                            |\n\nℹ️`rabbitmqadmin` and `rabbitmqctl` share some functions. Both are needed for full configuration.\n\n## Connection\n\nRabbitMQ is accessible from the host machine itself as well as between the containers on the same network, and comes\nwith a nice management UI for ease of use.\n\n### Management UI\n\nThe management UI can be accessed through `https://\u003cDDEV_SITENAME\u003e.ddev.site:15673` (`ddev launch :15673`) on the host machine.\n\nManagement UI credentials\n\n* Username: `rabbitmq`\n* Password: `rabbitmq`\n\nFor more information about the HTTP API see the [official documentation](https://www.rabbitmq.com/docs).\n\n### AMQP protocol access\n\nYou can access the RabbitMQ service through its AMQP protocol inside any DDEV container via `amqp://rabbitmq:5672`\n\n## Advanced Customization\n\nTo change the Docker image:\n\n```bash\nddev dotenv set .ddev/.env.rabbitmq --rabbitmq-docker-image=\"rabbitmq:4-management-alpine\"\nddev add-on get ddev/ddev-rabbitmq\nddev restart\n```\n\nMake sure to commit the `.ddev/.env.rabbitmq` file to version control.\n\n## Examples\n\n* [TYPO3](USAGE.md)\n\n## Credits\n\n**Originally Contributed by [@Graloth](https://github.com/Graloth) in [ddev-contrib](https://github.com/ddev/ddev-contrib/tree/master/docker-compose-services/rabbitmq)**\n\n**Maintained by [@b13](https://github.com/b13)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddev%2Fddev-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-rabbitmq/lists"}