Hi,

Wanted some clarity on the usage of Transactional Client

In situation like below

<route>
 <from uri="jms:queue:inputQueue"/>
 <transacted ref="required"/>
 <log message="Received Message"/>
 <to uri="direct:postResponse"/>
</route>

<route>
<from uri="direct:postResponse"/>
<log message="Processing"/>
<to uri="jms:queue:outputQueue"/>
</route>

Considering the above route does the transaction span from the getting the
message from the inputQueue till the message is posted on to outputQueue ?
and would any issue/exception raised during processing trigger rollback of
message to the inputqueue ?

Please let me know incase any further details are required

Regards,
-Yogesh




--
View this message in context: 
http://camel.465427.n5.nabble.com/Transactional-Client-in-Camel-tp5768012.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to