You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Behrad <be...@gmail.com> on 2015/01/07 09:48:14 UTC

Idempotency Support in a chain of CBRs

Considering I have a CBR chain like this,

CBR0 = from seda:preRoute to receipientList (seda:1 OR seda:2  OR seda:3)
CBR1 = from seda:1 to seda:postRoute
CBR2 = from seda:2 to seda:postRoute
CBR3 = from seda:3 to seda:postRoute
CBRP = from seda:postRoute to finalEndpoint

and I want to add idempotent consumers to the whole chain
(transaction-like), so that if an exchange is failed (and removed from
idempotentRepo) in CBR2 it also being removed from CBR0 since my producer
will re-submit the message to the CBR0.

Should I rethink my camel routes? or is it logical to achieve this? 



--
View this message in context: http://camel.465427.n5.nabble.com/Idempotency-Support-in-a-chain-of-CBRs-tp5761419.html
Sent from the Camel - Users mailing list archive at Nabble.com.