Skip to content

0.5.0

Compare
Choose a tag to compare
@jhalterman jhalterman released this 06 Feb 04:15
· 89 commits to master since this release

New Features

  • Added ConnectionListener.onRecoveryStarted and ChannelListener.onRecoveryStarted event handlers.

API Changes

  • Renamed event listener methods to be more consistent:
    • ConnectionListener.onChannelRecovery is now onRecoveryCompleted.
    • ChannelListener.onConsumerRecovery is now onRecoveryCompleted.
    • ConsumerListener.onBeforeRecovery is now onRecoveryStarted.
    • ConsumerListener.onAfterRecovery is now onRecoveryCompleted.

Bug Fixes

  • Fixed #40 - Channel operations may block forver when recovery attempts are exceeded.