Anu Thomas
Anu Thomas
Resolving. Clarified the query, shared sample code for the use case. Please also look at this documentation https://learn.microsoft.com/en-us/azure/developer/java/sdk/troubleshooting-messaging-service-bus-overview#upgrade-to-715x on 7.15.x upgrade (7.15.1 as of today) and the "new session opt-in"....
Hello @setema, please see below, 1. You’re right, the timer starts only after the application returns control from the [onMessage ](https://github.com/anuchandy/servicebus-session-timeout-rolling/blob/217409cb728103fd1b9c10cd3a66110706e2cd57/src/main/java/com/thrive/servicebus/App.java#L67) handler, and the timer is cancelled if the next...
@mikekistler Could you help with one more review? After the last api-board approval, there are two commits - * Adds a string property to error schema * Change the operation...
This undesired prefetch is addressed in the PR https://github.com/Azure/azure-sdk-for-java/pull/34854
Hello @Kyrychenkozaurus, could you confirm that – the receiver stops incidents are always accompanied by this stack trace? Is this a consistent pattern?
@Kiriche, thank you for sharing the observation in detail. I’ll do analysis based on this. It seems the terminal signal event is lost (per the trace you shared) which results...
@Kiriche, Thanks for the clarification, no worries I figured out that both ids are owned by you given the context. I started looking into this, this requires some refactoring in...
Hi @Kiriche, appreciate your patience. We've released 7.15.1 that resolves the concurrent signaling issue. Please refer to this documentation on upgrading to 7.15.1 and the new Synchronous Receive opt-in. https://learn.microsoft.com/en-us/azure/developer/java/sdk/troubleshooting-messaging-service-bus-overview#upgrade-to-715x...
Sounds good @Kiriche, summarizing points to note when upgrading - 1. Make sure new sync receive is Enabled (as explained in the [documentation](https://learn.microsoft.com/en-us/azure/developer/java/sdk/troubleshooting-messaging-service-bus-overview#upgrade-to-715x)), the setting to enable in this case...
Hi @Kiriche , I hope you're doing well. I wanted to follow up on how 7.15.x is working for you with v2 sync receive opt-in and other suggestions we talked...