Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created May 22, 2012 03:01
Show Gist options
  • Save johndemic/2766255 to your computer and use it in GitHub Desktop.
Save johndemic/2766255 to your computer and use it in GitHub Desktop.
Submit and Audit Product Data
<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