Created
May 22, 2012 03:01
-
-
Save johndemic/2766255 to your computer and use it in GitHub Desktop.
Submit and Audit Product Data
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="submitAndAuditProductDefinitions"> | |
<vm:inbound-endpoint path="products" exchange-pattern="one-way"/> | |
<all> | |
<jms:outbound-endpoint queue="products" exchange-pattern="one-way"/> | |
<http:outbound-endpoint host="api.acmesoft.com" port="80" path="productAudit" | |
exchange-pattern="one-way"/> | |
</all> | |
</flow> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment