... | ... | @@ -2,8 +2,8 @@ |
|
|
|
|
|
Validate _multiple_ *publishers* (aka. producers) and _multiple_ *consumers* working on the same [queue](https://en.wikipedia.org/wiki/Message_queue), exchange messages via some [AMQP](https://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol) [message broker](https://en.wikipedia.org/wiki/Message_broker) without any message [corruption](https://en.wikipedia.org/wiki/Data_corruption). Messages consumed should only be consumed *once*; In other words, no consumer should receive a message that has already been seen by another consumer.
|
|
|
|
|
|
## Birds eye view diagram [^1]
|
|
|
[^1]: This diagram was proudly produced with [mermaid](https://mermaidjs.github.io/)
|
|
|
## Birds eye view diagram [^2]
|
|
|
[^2]: This diagram was proudly produced with [mermaid](https://mermaidjs.github.io/)
|
|
|
|
|
|
```mermaid
|
|
|
graph LR
|
... | ... | |