[rabbitmq-discuss] Troubleshooting RabbitMQ
Simon MacMullen
simon at rabbitmq.com
Mon Sep 23 16:06:17 BST 2013
Please keep rabbitmq-discuss on CC.
On 23/09/13 15:59, Sukhjeet Singh wrote:
> that problem has been solved . I was using user name and password from
> my side which were not required. Now, I have an another problem. How can
> we use rabbitmq in multiple users ? I mean to say what approach I should
> take to solve the multiple users problem . I want to use rabbitmq to
> send and receive messsges in my website.
What do you mean by "use rabbitmq in multiple users"? You could have
your application connect to the RabbitMQ broker with a single user and
enforce permissions itself; many applications do this.
Or you could use RabbitMQ access control: see
http://www.rabbitmq.com/access-control.html
Cheers, Simon
> On Mon, Sep 23, 2013 at 5:04 AM, Simon MacMullen <simon at rabbitmq.com
> <mailto:simon at rabbitmq.com>> wrote:
>
> On 22/09/2013 12:39, Sukhjeet Singh wrote:
>
> Actually, the problem is that createConnection() method is
> throwing an
> exception and the exception is "BrokerUnreachableException was
> Unhandled".
>
>
> The clue's in the name. The broker was not reachable. Catch the
> exception to find out more, but I would bet that you haven't pointed
> the ConnectionFactory at the broker.
>
> Cheers, Simon
>
>
--
Simon MacMullen
RabbitMQ, Pivotal
More information about the rabbitmq-discuss
mailing list