I would like to enable multiple clients to access an event broker while maintaining strict segregation based on client profiles and ACL profiles. This way, each client will have isolated access, ensuring they don’t interfere with other clients’ transaction queues, topics, and related resources. Additionally, I aim to restrict each client’s usage by setting message quotas (in MB). How can I implement this configuration ?
Hi @swapnil_mahajan ,
You can’t set a limit per client-profile… but even better: You can set limits per queue.
Hey @uherbst Thanks for reply ! Can you please help me with more details.