Tagged Questions
0
votes
2answers
477 views
How to ensure message idempotency with multiple competing consumers?
I have multiple distributed competing consumers each pulling messages off the same (transactional) queue. I want to implement each consumer as an Idempotent Receiver so I never process the same ...