you can define receiver message type for jdbc adapter.
like:
<root>
<statement1>
<statement1/>
<statement2>
<statement2/>
<statement3>
<statement3/>
i wanna know
sequence at runtime of sql statement is executed according to the sequence defined by me in jdbc adapter?
such as:
at first : to execute statement1
and to execute statement2
at last, to execute statement3.
is that so?
thanks a lot.