Opening a new issue to debug the comment from user @dgrudenic in #17:
"We actually experienced same behavior mentioned in example above.
So if you have 3 subscribers on same subscription/topic and you want that each subscriber is processing 1 message at the time which is kind of standard point to point workflow it is not really possible with FlowControlSettings and setting setMaxOutstandingElementCount=1 because as soon as first subscriber gets message it will buffer more than 1 message.
Let me know if this is not the case and example above is actually working."
Originally posted by @dgrudenic-qumu in #17 (comment)
Opening a new issue to debug the comment from user @dgrudenic in #17:
"We actually experienced same behavior mentioned in example above.
So if you have 3 subscribers on same subscription/topic and you want that each subscriber is processing 1 message at the time which is kind of standard point to point workflow it is not really possible with FlowControlSettings and setting setMaxOutstandingElementCount=1 because as soon as first subscriber gets message it will buffer more than 1 message.
Let me know if this is not the case and example above is actually working."
Originally posted by @dgrudenic-qumu in #17 (comment)