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.
...
- A configurable rabbitmq connection string. Format is: host=localhost;username=guest;password=guest;virtualhost=uniqueDbName
- This must be set in two places
- DAM Center app settings in web.config.
<appSettings>
<add key="rabbitMqConnectionString" value="host=localhost;username=guest;password=guest;virtualhost=uniqueDbName" />
......
</appSettings> - Digizuite Core services appsettings.json (DC Path/DigizuiteCore/appsettings.json):
"RabbitMQ": {
"ConnectionString": "host=localhost;username=user;password=password;virtualhost=uniqueDbName"
}
- DAM Center app settings in web.config.
Troubleshooting
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:
*.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: