Created
June 4, 2015 08:17
-
-
Save codingtim/174935a396d2d4cdb666 to your computer and use it in GitHub Desktop.
SI outbound adapter
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
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