Skip to content

Instantly share code, notes, and snippets.

@codingtim
Created June 4, 2015 08:18
Show Gist options
  • Save codingtim/83dc0b4bc27ef22524a2 to your computer and use it in GitHub Desktop.
Save codingtim/83dc0b4bc27ef22524a2 to your computer and use it in GitHub Desktop.
SI outbound adapter fix
IntegrationFlows
.from(subscribableChannel())
.handle(Jms.outboundAdapter(jmsTemplate).destination(QUEUE2))
.get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment