You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using durable queues in MsgFlo, but messages are not sent by default with the persistent: true flag, causing them to be lost in case AMQP broker reboots.
Should it be default on?
We're gonna have trouble supporting it with some other brokers, as the concept may not exist.
Configurable via a participant-wide flag on commandline OK?
We're using durable queues in MsgFlo, but messages are not sent by default with the
persistent: true
flag, causing them to be lost in case AMQP broker reboots.http://rubybunny.info/articles/durability.html
The text was updated successfully, but these errors were encountered: