-
Notifications
You must be signed in to change notification settings - Fork 23
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
QueueingBasicConsumer is obsolete #4
Comments
Is EventingBasicConsumer better to use in hangfire queue provider? |
@nithrous Yes, there are a few benefits of using EventingBasicConsumer, basically:
I should be able to make these changes within the next few weeks. You can also submit a PR if you wish to make the changes before I get to it. |
Just referencing pull request: #7 |
@dennyferra I wonder when will this PR be merge to master? |
@hin-longkid Merged |
Had to revert, see #9 for details. This week is busy so I will look into the issues in more detail on Friday (March 3) and should have a new version with the necessary changes. |
'QueueingBasicConsumer' is obsolete: 'Deprecated. Use EventingBasicConsumer or a different consumer interface implementation instead'
rabbitmq/rabbitmq-tutorials#58
The text was updated successfully, but these errors were encountered: