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

Add QoS support for listen function #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add QoS support for listen function #13

wants to merge 2 commits into from

Conversation

rtuk
Copy link

@rtuk rtuk commented Aug 8, 2016

Enabled setting QoS options on the listen method and added convenience function listenWithQoS

QoS enables users to define size or count (or both) of prefetched messages. Setting QoS ensures that RabbitMQ does not distribute all messages when they arrive but rather when the current consumer tells RabbitMQ they are ready to handle more messages

rtuk added 2 commits August 8, 2016 15:18
QoS enables users to define size or count (or both) of prefetched messages. Setting QoS ensures that RabbitMQ does not distribute all messages when they arrive but rather when the current consumer tells RabbitMQ they are ready to handle more messages
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

Successfully merging this pull request may close these issues.

1 participant