Forum Discussion

salvamo's avatar
salvamo
Copper Contributor
Mar 23, 2024

Managing number of messages delivered by Services Bus Queue

Hi all,

 

I would like to react to Blob storage events trough a webhook by using Event Grid. To handle all these events, I would like to introduce between the event publisher (Blob Storage) and the event handler (Webhook) a Service Bus queue to manage the message delivery.

 

The event handler can only execute up to 80 messages in parallel. I am thinking about two options:

  • Would it be possible to notify the Service Bus queue once the process is successfully completed on the event handler side to deliver the next message?
  • Delivering the queue in batch of up to 80 messages and wait for the average time the event handler needs to complete the process to delivery the next batch (it won't be ideal). Would it be possible?

Any help or another approach is very well appreciated 🙂

 

Thanks.

Resources