Short description around RabbitMQ usage in Digizuite. Important is to mention that you only want to change the RabbitMQ configuration if the customer specifically asks for it.
...
One thing to be aware of after the installation has been done is the connections in rabbit. Always make sure that you see the following connections in the management ui.
You want to see these two connections (if more as below it is also okay):
*.dam.core.subscriber
*.dam.core.subscriber.error*.dam.core.webhost.subscriber
*.dam.core.webhost.subscriber.error
If you do not see these then you want to recycle the two highlighted:
If RabbitMQ is not running then please try to restart the service by running following commands in command prompt (in the library C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.8\sbin) :
- rabbitmq-service.bat stop
- rabbitmq-service.bat install
- rabbitmq-plugins.bat enable rabbitmq_management
- rabbitmq-service.bat start