[ https://issues.apache.org/activemq/browse/CAMEL-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-1475. -------------------------------- Resolution: Fixed Keeping the JMS component as is. Last piece off code committed: 765920 > Easier transacted configuration of routes > ----------------------------------------- > > Key: CAMEL-1475 > URL: https://issues.apache.org/activemq/browse/CAMEL-1475 > Project: Apache Camel > Issue Type: Bug > Components: camel-core, camel-spring > Affects Versions: 1.6.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.0.0 > > Attachments: JMS_lookup_TX_manager.patch > > > See TransactionalClientWithRollbackTest in camel-spring > The {{.policy(required)}} is needed in the routes even though we have a > global transaction error handler with a default policy set: > {code} > errorHandler(transactionErrorHandler(required)); > {code} > So Camel should fallback and use the global policy if the route itself does > not have a policy defined. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.