Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
Mulesoft Connector Session Recovery issue in Auto Ack mode

Hi all,
A strange behavior was observed while using the Solace mulesoft connector.
Guaranteed listener connector throws 'session recovery ack timeout' error when the ack mode is selected as "AUTOMATIC_ON_FLOW_COMPLETTION" and the flow executes successfully. The message is also successfully removed from the broker queue(implying it received the ack).
If an explicit ACK is given by adding the connector at the end of the flow , i didn't observed this behavior.
Comments
-
Hello,
This is a bug in the Solace connector and has been reported previously. The good news is we have fixed the bug in version 1.2.x of the connector. The bad news is version 1.2.x won't be released until late Nov/early Dec 2022.
The workaround is to switch to
MANUAL_CLIENT
ack mode and then put an "Ack" operation as the last shape in your flow. This will achieve the same function asAUTOMATIC_ON_FLOW_COMPLETION
.2 -
Thanks for your response @amackenzie ! Good to hear that it has been fixed in the next version.
1