[rabbitmq-discuss] RabbitMQ Java Client Example

Abhishek Kona abhishek.kona at gmail.com
Wed Sep 29 09:29:18 BST 2010


  Hi

In http://www.rabbitmq.com/api-guide.html#core

the example says

factory.setHostName(hostName);
factory.setPortNumber(portNumber);

But I think according to the API it is
factory.setHost(hostName);
factory.setPort(portNumber);

Please check this.

Abhishek Kona



More information about the rabbitmq-discuss mailing list