Click here to Skip to main content
15,867,834 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi All,

Need your suggestion on below mentioned scenario. We are developing microservices where azure service bus is used to communicate between different services. All write operations are handled asynchronously using azure service bus queue. One of our downstream system will go for planned shut down everyday between 9 PM to 6 AM, in this specific duration we should hold on processing from our consumers. Do we have any better solution to disable consumers in this duration without loosing any of the message in this tenure. 

Tech Stack : Java, Spring boot, Azure


What I have tried:

We explored Message Scheduling option, which is not going to resolve our current problem as we do not have any control on message producer (upstream).
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900