RabbitMQ

This script builds the RabbitMQ container that acts as the message-broker for all Omniport apps and services.

[apps omniport-docker]$ ./scripts/build/rabbitmq.sh

You will get the choice regarding the recreation of the message broker environment file. Affirm with a Y if you intend to rewrite it, else decline with any other character, primarily N.

Warning

If this is your first time building the container, choose Y. Choosing N can have adverse unwanted consequences.

If you choose to recreate the environment file, you will have to answer a questionnaire. Enter a username and a password for the message broker.

Remember to populate this username and password in the Django project-level configuration file.