Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basdgrt/docker-rabbitmq-shovel
A RabbitMQ Dockerfile with the shovel plugins enabled.
https://github.com/basdgrt/docker-rabbitmq-shovel
Last synced: 3 days ago
JSON representation
A RabbitMQ Dockerfile with the shovel plugins enabled.
- Host: GitHub
- URL: https://github.com/basdgrt/docker-rabbitmq-shovel
- Owner: basdgrt
- License: mit
- Created: 2020-10-16T10:41:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T11:10:54.000Z (about 4 years ago)
- Last Synced: 2024-11-08T05:40:01.547Z (about 2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Docker RabbitMQ Shovel
A RabbitMQ Dockerfile with the `rabbitmq_shovel` and `rabbitmq_shovel_management` plugins enabled.
## How to use this image
RabbitMQ stores data based on what it calls the "Node Name", which defaults to the hostname. For usage in Docker we should specify `-h`/`--hostname`
explicitly so that we don't get a random hostname and can keep track of our data:`docker run --name rabbitmq-shovel --rm -d -it --hostname my-rabbit -p 15672:15672 -p 5672:5672 bdg91/rabbitmq-shovel:latest`
After startup the RabbitMQ management interface will be available at: `http://localhost:15672`