[rabbitmq-discuss] vHost
PATAR, SAGAR
sp345s at att.com
Thu Nov 21 18:36:07 GMT 2013
Thanks ...
I have a requirement where clients should be able to consume messages from a topic ...
Topic1.xxx --- should be consumed by client 1, client 2, client 3
Topic2.xxx --- should be consumed by client 4, client 5
I created 2 user's topic1User and topic2User...
I was not able to restrict any user from accessing the other topic (exchange) ..
Setting permissions seems to be working at Queue level.. Not sure how to get this working ..
Appreciate all your help ..
-----Original Message-----
From: rabbitmq-discuss-bounces at lists.rabbitmq.com [mailto:rabbitmq-discuss-bounces at lists.rabbitmq.com] On Behalf Of Michael Klishin
Sent: Thursday, November 21, 2013 1:26 PM
To: Discussions about RabbitMQ
Subject: Re: [rabbitmq-discuss] vHost
On 21 Nov 2013, at 20:03, PATAR, SAGAR <sp345s at att.com> wrote:
> Is it possible that I can bind from main(vHost)-inboundExchange(Exchange) to client1(Vhost)-inboundExchange(Exchange) if routing key is client.# and do the same for client2 and client3 from main..
>
> Binding across the vhost's resources... I don't see this possible through management console ..
No, it's not possible.
The whole point of vhosts is to completely isolate resources (exchanges, queues, bindings, user permissions, etc)
between groups.
MK
Software Engineer, Pivotal/RabbitMQ
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list