Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Last active October 12, 2015 01:07
Show Gist options
  • Save marianogonzalez/3947641 to your computer and use it in GitHub Desktop.
Save marianogonzalez/3947641 to your computer and use it in GitHub Desktop.
<flow name="multi-attachment-exampleFlow1" doc:name="multi-attachment-exampleFlow1">
<http:inbound-endpoint exchange-pattern="request-response" host="localhost" port="8081" doc:name="HTTP"/>
<foreach collection="#[message.inboundAttachments]" doc:name="Foreach">
<logger message="#[message.inboundAttachments['payload']]" level="ERROR" doc:name="Logger"/>
</foreach>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment