Tagged Questions
2
votes
4answers
255 views
RESTful idempotence
I'm designing a RESTful web service utilizing ROA(Resource oriented architecture).
I'm trying to work out an efficient way to guarantee idempotence for PUT requests that create new resources in cases ...
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 ...