Actual Behavior
- We are using azure client lib \azure-messaging-servicebus\7.12.1\azure-messaging-servicebus-7.12.1.jar to connect with servicebus queue . ClientSecretCredential lib used to get token.
- Token is received successfully. Then we are getting ServiceBusException: Cannot create send link from a closed session
Expected Behavior
- Expecting message should be able to posted using the azure client asynchronously using ServiceBusSenderAsyncClient .
- Sametime message is posted successfully synchronously using blocking client API ServiceBusSenderClient
Exception log attached while connecting servicebus.
ASYNCCLIENT_EXCEPTION_LOGS.zip
Please help to resolve the issue.
Versions