/LocalEGA-mq

LocalEGA internal message broker in a docker image

Primary LanguageShellApache License 2.0Apache-2.0

LocalEGA internal message broker in a docker image

We use RabbitMQ 3.6.14 including the management plugins.

The following environment variables can be used to configure the broker:

Variable Description
MQ_USER Default user (with admin rights)
MQ_PASSWORD Password for the above user
MQ_PASSWORD_HASH Password hash for the above user
CEGA_CONNECTION DSN URL for the shovels and federated queues with CentralEGA

If you want persistent data, you can use a named volume or a bind-mount and make it point to /var/lib/rabbitmq.