-
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-1038: RT: More evaluateFastReplyTo Fixes
Fixes #1038 The previous fix to catch `AmqpConnectException` was incorrect - the `ShutdownSignalException` for the passive queue declaration failure is wrapped in an `AmqpConnectException` so we would have failed to detect the failure. Also, it has been reported that sometimes an `AmqpIOException` is thrown. - Add `AmqpIOException` to the catch block - Search for, and explitly check for the queue declaration failed exception - For all other cases rethrow so we can test again **cherry-pick to all supported** * * Fix log messages
- Loading branch information
1 parent
24c63e1
commit 5d73342
Showing
2 changed files
with
76 additions
and
9 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