Skip to content

Instantly share code, notes, and snippets.

@codingtim
Created June 4, 2015 08:15
Show Gist options
  • Save codingtim/40743d8b5c6e55eca270 to your computer and use it in GitHub Desktop.
Save codingtim/40743d8b5c6e55eca270 to your computer and use it in GitHub Desktop.
SI channel adapter
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