Skip to content

Instantly share code, notes, and snippets.

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