Hello All,
I am trying to clean up the shutdown of my service, and delay it until all messages have been processed. I call the Stop() method on all of my IFlows, but I then want it to wait until the number of Unacknowledged messages drops to 0. I can see in the console the number of unacknowledged messages on the consumer, but is there a property or a way to get this on the IFlow itself?
I am using ClientAck and the .NET SolaceSystems.Solclient.Messaging SDK 10.24.0.
Thanks