[rabbitmq-discuss] getting authentication failure Exception?
sameekmishra
sameek at arosys.com
Tue Oct 11 09:00:53 BST 2011
Hi
I am using Rabbitmq server 2.5 is install on machine IP -192.168.1.64.when i
try to get connected with machine i got the error:" java.io.IOException:
Possibly caused by authentication failure".used code to connect with server:
ConnectionFactory factory = new ConnectionFactory();
factory.setUsername("guest");
factory.setPassword("guest");
factory.setVirtualHost("/");
factory.setHost("192.168.1.64");
factory.setPort("5672");
conn = factory.newConnection();
please help me to get resolve above problem.
Thanks
--
View this message in context: http://old.nabble.com/getting--authentication-failure-Exception--tp32629116p32629116.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list