azure-service-bus-java icon indicating copy to clipboard operation
azure-service-bus-java copied to clipboard

How to setup Message Listener to pickup message immediately on arrival (Pricing Tier: Basic)

Open mayankkthr opened this issue 4 years ago • 0 comments

Currently we are polling Service Bus Queue with a delay of 15 seconds to receive messages. Reducing this delay increases the CPU Utilization drastically. How to setup a listener to pickup the message immediately on arrival. Does Azure Java Library provide any such implementation? We are on Spring Boot framework and we use Basic Pricing Tier of Azure Service Bus Queue. Any known Spring Framework implementation will also be good for us.

mayankkthr avatar Oct 19 '21 05:10 mayankkthr