Tagged Questions
2
votes
1answer
321 views
Business application - pessimistic concurrency using messaging
We are using messaging in a project of ours to implement pessimistic concurrency. This means that if messaging goes down (channel goes down), concurrency goes down.
Is this done in other business ...