You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On receipt of SIGTERM, MessageAndSessionPump closes the connection to service bus even though close/closeAsync is not called on queueClient.
I have a spring boot application that handles the SIGTERM for graceful shutdown - as part of graceful shutdown, the code calls queueClient.closeAsync to close the connection to Azure Service bus. Unfortunately, MessageAndSessionPump closes the connection (log: Closing message and session pump on entity 'my_queue') much ahead of queueClient.closeAsync call.
Expected Behavior
MessageAndSessionPump should not close the connection until the queueClient.closeAsync is called.
Versions
OS platform and version:
Maven package version or commit ID:
The text was updated successfully, but these errors were encountered:
Actual Behavior
Expected Behavior
Versions
The text was updated successfully, but these errors were encountered: