Answer Posted / Shanuvendra Kumar Prasad
To rollback a transaction in Apache Camel DSL, you can use the exception strategy and set the `onException` clause to handle exceptions and perform rollback actions using a `transactionTemplate`. For example: `onException(Exception.class) .useOriginalTransaction() .transacted().rollback();`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category