Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support callbacks on connection or channel Shutdown and connection Blocking #52

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 7, 2016

  1. Support for callbacks via BlockedListener and ShutdownListener

    - add functional test for handleShutdown using scalamock
    
    - add a note into the readme for handleShutdown and handleBlocking
    
    - optimize imports
    michaelgao committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    e2fcf65 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. - Only open the RabbitMQ channel when the Subscriber is subscribed to.

    - Ensure open RabbitMQ channels are closed in the finalize method.
    Colin Breck authored and mkiedys committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    3658602 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    2e0c0e7 View commit details
    Browse the repository at this point in the history