Created
February 28, 2012 17:19
-
-
Save johndemic/1933788 to your computer and use it in GitHub Desktop.
Asynchronously Bridging and HTTP Request to JMS
This file contains hidden or 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
<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