Is it possible to set a message quota (in MB) for each client profile on the event broker?
swapnil_mahajan
Member Posts: 50 ✭✭✭
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 ?
Tagged:
0
Answers
-
Hi @swapnil_mahajan ,
You can't set a limit per client-profile… but even better: You can set limits per queue.
0 -
Hey @uherbst Thanks for reply ! Can you please help me with more details.
0 -
Oh I get it , straight way configure the size in Queue Settings. Thank you !
0