Revisions and Commits
Revisions and Commits
| rKBROKER Keruald Broker | |||
| D336 | rKBROKER264c79c4695a Allow to set an exchange as durable | ||
| rNOTIFCLI Notifications center CLI client | |||
| D335 | rNOTIFCLI0824763f3f7d Declare notification exchange as durable | ||
| rNOTIF Notifications center | |||
| D337 | rNOTIF749160618bd1 Set the broker AMQP exchange as durable | ||
Related Objects
Related Objects
Event Timeline
Comment Actions
run-mq uses rabbitmqadmin --vhost=dev declare exchange name=notifications type=topic
This creates, and that's what we want, a durable exchange.
Any application declaration the notifications exchange must declare it as durable.