Discussion:
How can i query a SQL server database using JDBC endpoint.
nissshh
2013-07-03 18:37:50 UTC
Permalink
What if we have to consume the results out of the flow from outbound specified.
<br /><br />
<code>
<br />
&lt;jdbc:outbound-endpoint queryKey=&quot;read&quot; connector-ref=&quot;jdbcConnector&quot; exchange-pattern=&quot;request-response&quot;&#47;&gt;
<br /><br />
</code>
<br /><br />
I believe that since the MEP set is request-response , it will help get the results (Map) back. Is this assumption correct?

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Tomas Blohm
2013-07-03 19:20:50 UTC
Permalink
Hi, you're absolutely right. The result from your query will be available for the next processor in your flow or from the calling endpoint.<br /><br />
/Tomas blohm

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...