Re: Is SASL_SSL enforced with qpid-proton when CyrusSASL dependency is used

2024-06-18 Thread Andrew Stitcher
On Wed, Jun 12, 2024 at 9:02 AM Andrew North wrote: > Just a curiosity, are we able to build/use CyrusSASL on windows? > In theory I think you could use Cyrus SASL built with vcpkg, but I think someone tried that and there were some specific issues with building the proton cyrus sasl code becaus

RE: Producers getting blocked indefinitely

2024-06-18 Thread RAISSI Laabidi - FREELANCE . COM
Thanks Robbie, Actually we are setting requestTimeout to 6. We created a support ticket with Microsoft engineering team. And we provided them with a heap dump. I will update here once problem identified. Meanwhile, if you have any suggestion about things to check in the dump or hints to send

Re: Producers getting blocked indefinitely

2024-06-18 Thread Robbie Gemmell
The jms.sendTimeout will not cover that particular situation since you are not actually sending in that case, but rather first creating a producer, so also try looking at jms.requestTimeout as well which governs things like session/producer/consumer creation. On Mon, 17 Jun 2024 at 12:21, RAISSI L