amqp v0.18.0 Release Notes

Release Date: 2017-09-27 // over 6 years ago
    • ๐Ÿ‘ป ConnectionClosedException and ChannelClosedException now specify whether the close was normal (user-initiated) or abnormal (caused by an AMQP exception)
    • ๐Ÿ–จ channels that are abnormally closed and have no exception handler (set using addChannelExceptionHandler) will now print the error to stderr
    • ๐Ÿ†• new function getServerProperties to get the RabbitMQ server-properties
    • consumeMsgs' now allows setting a consumer-cancellation-callback