sudo rabbitmqctl stop_app
sudo rabbitmqctl start_app
It seems as if deleting a queue does not mirror the deletion on mirrored nodes
Listing policies for vhost "/" ...vhost name pattern apply-to definition priority/ ha-all .* all {"ha-mode":"all"} 0Lucas,
This is a reasonable mistake to make.
We will update the doc section you are referring to. It currently does mention the difference
between queue durability and that of messages but maybe the distinction should be made
clearer and/or earlier.
We are also considering removing the concept
of transient messages in a future version. It is a feature of the original protocol so we could
not ignore it and taking it out is a difficult decision to make.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/0ebef72e-a54e-4847-970c-a1a444a27322%40googlegroups.com.
Listing policies for vhost "/" ...vhost name pattern apply-to definition priority/ ha-quorum (Action|Task) queues {"ha-mode":"exactly","ha-params":2,"ha-sync-mode":"automatic"} 0It does not. Connection recovery entity cache is per-connection. Only what is deleted on the same connection will be purged from the cache of entities to re-declare on recovery.
Things that are shared are assumed to be long lived.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/cd8bfdd8-6cab-46bf-a0f9-c1d8f62e3b39%40googlegroups.com.