Skip to content

Custom RabbitMQ management Docker Image for RAINBOW Project

License

Notifications You must be signed in to change notification settings

virtual-origami/rabbitmq-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ for RAINBOW project

  • This is a standard rabbitmq for ARM64v8 hardware with the Management API accessible via IPv6
  • The public image is hosted on Docker Hub

Usage

docker pull virtualorigami/rabbitmq:0.9.0

docker run -e RABBITMQ_NODENAME=rabbit@localhost \
	   -e RABBITMQ_USERNAME=admin	\
	   -e RABBITMQ_PASSWORD=secure_password_here \
	   virtualorigami/rabbitmq:0.9.0

Problem

For a standard out-of-the-box RabbitMQ management image the management API used for metric collection is accessible only through IPv4 address.

Performing a curl -XGET -u admin:secure_password_here http://[IPv6_Address_Rabbitmq_node]:15672/api/overview provides connection refusal errors

Resolution

enable the management.tcp.ip = :: to make it accessible via IPv6

Maintainers

FUNDING

The development of this codebase and repository is driven through the RAINBOW Project. RAINBOW Project has received funding from the European Union’s Horizon 2020 programme under grant agreement number 871403

About

Custom RabbitMQ management Docker Image for RAINBOW Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published