Created
June 4, 2015 08:15
-
-
Save codingtim/40743d8b5c6e55eca270 to your computer and use it in GitHub Desktop.
SI channel adapter
This file contains hidden or 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
Jms.messageDriverChannelAdapter(jmsFactory) | |
.configureListenerContainer(defaultMessageListenerContainerJmsListenerContainerSpec -> | |
defaultMessageListenerContainerJmsListenerContainerSpec.sessionTransacted(true)) | |
.destination(QUEUE1) | |
.get(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment