Handle Azure Service Bus "The receiver didn't receive the disposition" exception #48693
Unanswered
coop-yambroziak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to ask how to properly handle "The receiver didn't receive the disposition acknowledgment due to receive link closure" exception that we get from time to time in Java app.
We are using Spring Boot 3.4.5, the app listens Azure Service Bus (dependency I use is below)
We did not create any custom beans on smth like that for service bus integration, just set few configs in properties
And a handler which looks like below
The load is not huge, around 200-300 mesages per min, but from time to time we are getting this error log. Sometimes it could be once per 2-3 days, sometimes once in few weeks
If I understand correctly it is somehow related to network, so I am wondering if there any configs we can set additionally or maybe implement some retries to mitigate this error.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions