... | ... | @@ -10,7 +10,7 @@ How does the best practice deployment look like? |
|
|
|
|
|
# Birds eye view [mermaid](https://mermaidjs.github.io/) diagram
|
|
|
|
|
|
```mermaid
|
|
|
~~~ mermaid
|
|
|
graph LR
|
|
|
subgraph Cloud
|
|
|
AMQP((Message Queue))
|
... | ... | @@ -33,7 +33,7 @@ graph LR |
|
|
AMQP -- receive --> ConsumerN(Consumer n)
|
|
|
ConsumerN -. ack .-> AMQP
|
|
|
end
|
|
|
```
|
|
|
~~~
|
|
|
|
|
|
## The following test cases shall be possible to test
|
|
|
|
... | ... | |