-
Notifications
You must be signed in to change notification settings - Fork 55
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
Added configurable options and fixed ack logic #114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added minor comments. Thanks.
9dd1315
to
61e2a18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Hello @yojagad I am using the RabbitMQ binding ,with Azure Functions, c#. I want to set the prefetch count to 1000 how can I ? should it be in the Startup function ? |
Hello @freddymk87 . The prefetch count is something you should set within host.json. For rabbitMQ with custom prefetch count, the host.json should look like below.
Please ensure you use |
Thank you so much appreciate it
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Yogesh Jagadeesan <[email protected]>
Sent: Tuesday, December 1, 2020 9:10:18 PM
To: Azure/azure-functions-rabbitmq-extension <[email protected]>
Cc: freddymk87 <[email protected]>; Mention <[email protected]>
Subject: Re: [Azure/azure-functions-rabbitmq-extension] Added configurable options and fixed ack logic (#114)
Hello @freddymk87<https://github.com/freddymk87> . The prefetch count is something you should set within host.json. For rabbitMQ with custom prefetch count, the host.json should look like below
{
"version": "2.0",
"extensions": {
"rabbitMq": {
"prefetchCount": 100
}
}
}
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#114 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP5637LRXW4GJEUZWTHEZSLSSU5RVANCNFSM4TT5F27Q>.
|
Fixes #99 , #98.
cc: @cachai2