Unable to implement Circuit Breaker Algorithm Local balanced in route??
Usercase:
I have queue in my Active MQ, and i am getting the data from Route and send it into database from DI job??
Problem:
If my database is down due to some reason i am loosing my queue instead i should redirect he queue to another Endpoint using cLoad balance (with Circuit Breaker Algorithm)
Expected Solution: If any issue with Endpoint 1 Load balance should redirect to Endpoint 2 using Circuit Breaker Algorithm.