-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-2891: Add
rabbitConnection.addShutdownListener(this)
Fixes: #2891 Issue link: #2891 The `ShutdownListener` is not registered into connections created by the `AbstractConnectionFactory` * Fix `AbstractConnectionFactory.createBareConnection()` add itself into just created connection as a `ShutdownListener` * Fix tests with mocks where `mockConnectionFactory.newConnection()` did not return an instance of `Connection`
- Loading branch information
1 parent
a2ac767
commit 5471679
Showing
4 changed files
with
48 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters