Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created February 12, 2014 15:44
Show Gist options
  • Save javaduke/8957934 to your computer and use it in GitHub Desktop.
Save javaduke/8957934 to your computer and use it in GitHub Desktop.
<flow name="get:/products/{id}:acme-config" doc:name="get:/products/{id}:acme-config">
<jdbc-ee:outbound-endpoint exchange-pattern="request-response" queryKey="GetProductByID" queryTimeout="-1" doc:name="Database">
<jdbc-ee:query key="GetProductByID" value="SELECT * FROM Products WHERE ID=#[flowVars['id']]"/>
</jdbc-ee:outbound-endpoint>
<!-- add transformation logic here -->
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment