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.