Hi,
I want to use the ServiceBus queues/topics to control the flow of messages.
What I need is to do is to send messages to queues and I want these messages to be consumed by applications but I want to control the flow. For example, if I have 100 messages in the queue, I don't want the consumer to be able to receive more than 10 messages per seconds for example.
Is it possible with Service Bus?
Thanks.