Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created February 28, 2012 17:19
Show Gist options
  • Save johndemic/1933788 to your computer and use it in GitHub Desktop.
Save johndemic/1933788 to your computer and use it in GitHub Desktop.
Asynchronously Bridging and HTTP Request to JMS
<flow name="HTTP to JMS Flow">
<http:inbound-endpoint address="http://localhost:8080/foo" exchange-pattern="one-way"/>
<jms:outbound-endpoint queue="messages"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment