[rabbitmq-discuss] Small error in RabbitMQ Java Client API Guide

Jonatan Kallus jonatan at heysan.com
Wed Oct 1 01:28:33 BST 2008


I think I found a minor error in the java client API guide. I believe
the example line:

conn.close(AMQP.REPLY_SUCCESS, "Goodbye");

Should be:

conn.close(timeoutMillis);

Just not to trap any new people.




More information about the rabbitmq-discuss mailing list