I'm trying to connect to rabbitmq sever from the browser using the stompjs library. Right now every client can subscribe to any exchange. Is there a way to prevent a client from subscribing to a specific exchange?
Asked
Active
Viewed 195 times
0
-
@LutzHorn I skimmed that document but as far as I understand, I need to define a rabbitmq user for every client. Can rabbitmq handle many users, say 10 million? – Jahan Aug 28 '19 at 08:21
-
That's a different question. – Aug 28 '19 at 08:44
-
I would say yes RabbitMQ can definitely handle those many users. – Soumen Mukherjee Aug 28 '19 at 12:03