-
Notifications
You must be signed in to change notification settings - Fork 627
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-849: Pub. Confirm/Return defensive code
Resolves #849 Add defensive catch blocks; we currently catch exceptions in user `handleConfirm` calls, but not for returns, or for the code that determines which listener to call. Throwing exceptions to the client causes the channel to be killed. # Conflicts: # spring-rabbit/src/main/java/org/springframework/amqp/rabbit/support/PublisherCallbackChannelImpl.java
- Loading branch information
1 parent
1317215
commit c582e1a
Showing
1 changed file
with
30 additions
and
8 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