Hello, I am new to solace and I have a question about having multiple flows.
@Aaron , @Ragnar
Consider the following situation:
A consumer is consuming messages from 2 queues. Then the consumer will create 2 flows.
Here the consumer is not just consuming the messages, it also stores/processes the messages. And it would be ideal to send acknowledgement only when the consumer successfully stores/processes the message.
Now that you have a consumer, consuming from multiple queues then you need to know the flow instance at the time of sending an acknowledgement.
How to get flow instances? Or at least know which flow is used when the message was consumed?
I am using .NET library 10.17.0