[rabbitmq-discuss] Small error in RabbitMQ Java Client API Guide
    Matthias Radestock 
    matthias at lshift.net
       
    Wed Oct  1 08:06:11 BST 2008
    
    
  
Jonatan,
Jonatan Kallus wrote:
> 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);
or conn.close()
Well spotted.
The former method is implemented but it's not part of the public API. I 
reckon it should be though so I have file a bug for that.
Matthias.
    
    
More information about the rabbitmq-discuss
mailing list