noodlefrenzy / node-amqp10

amqp10 is a promise-based, AMQP 1.0 compliant node.js client
MIT License
134 stars 56 forks source link

Limit requests #371

Open menme95 opened 6 years ago

menme95 commented 6 years ago

I am having a problem reading from Azure Service Bus, like the queue stop reading, I always have this problem when the amount of messages is over 500. I have some queues reading from some queues from the same Service Bus. When I feel that they are blocked , it happens in all of them. Do you have any parameter like: "MessagingFactory.PrefetchCount Property" this which could be blocking us?