Rabbitmq
Frequently used code for rabbitmq related code snippets
Recipes
Docker-compose usage
When using a Docker image like the following:
The host name for the service from other container would be rabbitmq-server
and credentials would need to be passed to it, as follows:
References
https://codeburst.io/get-started-with-rabbitmq-on-docker-4428d7f6e46b
http://site.clairvoyantsoft.com/installing-rabbitmq/
https://www.rabbitmq.com/tutorials/tutorial-one-python.html
https://groups.google.com/forum/#!topic/rabbitmq-users/OVrBuAme9VI
Last updated