-
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-1140: RabbitTemplate and CGLIB Proxies
Resolves #1140 `start()` and `stop()` methods are `final`, causing NPEs with CGLIB proxies. - remove `final` modifiers - pull `Lifecycle` up to `RabbitOperations` so JDK proxies can be used - add default no-op implementations for backward compatibility Also implement `DisposableBean` so that reply containers are stopped.
- Loading branch information
1 parent
2557338
commit 30570a2
Showing
2 changed files
with
29 additions
and
7 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