Hi,

I have deploy a camel transactional camel route on ServiceMix and
would like to define the onRedeliveryPolicy of the ErrorHandler of
Camel

I have setup in spring xml file the errorHandler like that

        <errorHandler id="txErrorHandler"
type="TransactionErrorHandler" transactionManagerRef="txManager">
            <redeliveryPolicy maximumRedeliveries="0"/>
        </errorHandler>

Question : As the Transaction Manager is setup on ServiceMix4 and
referenced using OSGI Service, How can we pass this parameter in the
errorHandler of Camel ?

Regards,

Charles Moulliard

Sr. Principal Solution Architect - FuseSource
Apache Committer

Blog : http://cmoulliard.blogspot.com
Twitter : http://twitter.com/cmoulliard
Linkedin : http://www.linkedin.com/in/charlesmoulliard
Skype: cmoulliard

Reply via email to