-
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.
AMQP-849: RT and DRTMLC - add ErrorHandler
JIRA: https://jira.spring.io/browse/AMQP-849 Support the configuration of an error handler for exceptions when delivering replies (e.g. late replies). **cherry-pick to 2.0.x with adjustments to assertJ and docs** * Polishing - PR Comments * More polishing * Replace AssertJ with regular JUnit assertions # Conflicts: # spring-rabbit/src/main/java/org/springframework/amqp/rabbit/core/RabbitTemplate.java # spring-rabbit/src/test/java/org/springframework/amqp/rabbit/core/RabbitTemplateDirectReplyToContainerIntegrationTests.java # src/reference/asciidoc/amqp.adoc # src/reference/asciidoc/whats-new.adoc
- Loading branch information
1 parent
f1cc5d7
commit 08f54ce
Showing
3 changed files
with
121 additions
and
34 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