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

delivery mode not defaulted #87

Open
dmacnet opened this issue Oct 11, 2016 · 0 comments
Open

delivery mode not defaulted #87

dmacnet opened this issue Oct 11, 2016 · 0 comments

Comments

@dmacnet
Copy link

dmacnet commented Oct 11, 2016

I've been testing interoperability between asynqp and another Python AMQP client module, aio-pika (just released a few weeks ago). aio-pika crashed because asynqp didn't set the delivery mode (persistence) field in messages it published. I'm not positive, but it looks to me like that field is required for basic AMQP communications. As a workaround, I'll set it explicitly in my code constructing an asynqp.Message, but please check whether you need to provide a default value.

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

No branches or pull requests

1 participant