Update RabbitMQ authored by Konrad Botor's avatar Konrad Botor
......@@ -8,6 +8,8 @@ It is possible for queues to be set up by the applications using them. That woul
Of course, it may prove beneficial to add queue definitions to both CBS and SEPA Connector code sometime in the future for purpose of server settings validation on application startup.
Separate virtual host for queues necessary for communication between CBS and SEPA Connector is configured in preparation for the possibility of other applications using the same RabbitMQ instance in the future.
## Docker Compose
The following Docker Compose configuration creates RabbitMQ server with management plugin enabled, SSL disabled for AMQP connections, SSL enabled for Management Web UI and with users, virtual hosts and queues preconfigured.
......
......