QMSTR / broker-test

RabbitMQ as a message broker on Kubernetes
0 stars 0 forks source link

Message queue multi-tenancy #3

Open somayeh-najafi opened 3 years ago

somayeh-najafi commented 3 years ago

Considering different instances of Master node, do we need to have other KubeMQ queues or we can use the same existing queue?

What would be our approach regarding other instances of Quartermaster?

marcomicera commented 3 years ago

If we use the official KubeMQ YAML file, it'll be deployed in a dedicated namespace.

The documentation says that:

Channels names can be separated by the . symbol to create messaging stream hierarchies.

Proposal

Quartermaster ID.Direction.Phase.Module name, with:

Benefits