... | ... | @@ -10,8 +10,8 @@ How does the best practice deployment look like? |
|
|
* Only one broker instance serving internal as well as public / cloud work load - and if, what kind of security mechanisms are available (authentication / authorization)?
|
|
|
|
|
|
# Birds eye view [mermaid](https://mermaidjs.github.io/) diagram
|
|
|
Se
|
|
|
~~~ mermaid
|
|
|
|
|
|
``` mermaid
|
|
|
graph LR
|
|
|
subgraph Cloud
|
|
|
AMQP((Message Queue))
|
... | ... | @@ -34,7 +34,7 @@ graph LR |
|
|
AMQP -- receive --> ConsumerN(Consumer n)
|
|
|
ConsumerN -. ack .-> AMQP
|
|
|
end
|
|
|
~~~
|
|
|
```
|
|
|
|
|
|
## The following test cases shall be possible to test
|
|
|
|
... | ... | |