Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frimtec/experiments-rabbitmq
:test_tube: RabbitMQ experiments
https://github.com/frimtec/experiments-rabbitmq
Last synced: 22 days ago
JSON representation
:test_tube: RabbitMQ experiments
- Host: GitHub
- URL: https://github.com/frimtec/experiments-rabbitmq
- Owner: frimtec
- License: apache-2.0
- Created: 2020-05-02T15:58:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T04:54:54.000Z (about 1 year ago)
- Last Synced: 2023-10-24T05:31:16.532Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# experiments-rabbitmq
My personal RabbitMQ examples and experiments in Java, while reading the Python centric book [RabbitMQ In Depth](https://www.manning.com/books/rabbitmq-in-depth).The RabbitMQ server can be easily installed as a [docker container](https://hub.docker.com/_/rabbitmq).
Use the docker tag ```3-management``` to install RabbitMQ including the management UI.