Page MenuHomeDevCentral

Set the notifications exchange as durable
Closed, ResolvedPublic

Event Timeline

dereckson triaged this task as Unbreak Now! priority.Mar 12 2016, 05:39

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.