forked from spring-projects/spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto configuration for Spring 4.1 JMS features
This commit adds two additional auto-configuration items that are new in Spring 4.1 * A JmsMessagingTemplate is automatically created if none is present * A default JmsListenerContainerFactory is automatically created if @EnableJms has been triggered and no default has been set manually Fixes spring-projectsgh-1298
- Loading branch information
Showing
2 changed files
with
102 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