Is your feature request related to a problem? Please describe.
We are not able to use ServiceBusSessionProcessorClient to be able to perform operations on session state (getSessionState()/ setSessionState()) something the .Net SDK already provides.
Describe the solution you'd like
Provide a solution to expose session state operations on ServiceBusReceivedMessageContext on Java SDK as .Net Sdk already provides this capability.
Describe alternatives you've considered
We had to use manual Session pump with ServiceBusReceiverClient that could introduce blocking calls and resource utilization leak.
Moving to ServiceBusReceiverAsyncClient but still of code to maintain and handle the session messages and we wish the SDK provides these capabilities as it is already supported in .Net SDK.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Is your feature request related to a problem? Please describe.
We are not able to use ServiceBusSessionProcessorClient to be able to perform operations on session state (getSessionState()/ setSessionState()) something the .Net SDK already provides.
Describe the solution you'd like
Provide a solution to expose session state operations on ServiceBusReceivedMessageContext on Java SDK as .Net Sdk already provides this capability.
Describe alternatives you've considered
We had to use manual Session pump with ServiceBusReceiverClient that could introduce blocking calls and resource utilization leak.
Moving to ServiceBusReceiverAsyncClient but still of code to maintain and handle the session messages and we wish the SDK provides these capabilities as it is already supported in .Net SDK.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report