Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMQP: send messages with persistent: true #3

Open
bergie opened this issue Nov 5, 2015 · 2 comments
Open

AMQP: send messages with persistent: true #3

bergie opened this issue Nov 5, 2015 · 2 comments

Comments

@bergie
Copy link
Member

bergie commented Nov 5, 2015

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

@jonnor
Copy link
Member

jonnor commented Nov 5, 2015

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?

@bergie
Copy link
Member Author

bergie commented Nov 5, 2015

sounds good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants