How to rollback transaction in Apache Camel DSL?

paras
paras

Posted On: Jun 03, 2021

 

To rollback transaction in Apache Camel DSL, you can perform the following steps:

  • Remove Spring transaction manager.
  • Remove Spring transaction policy.
  • Remove transacted() from Camel route.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Camel Interview Questions

    What is Apache Camel?

    Apache Camel is an open-source integration framework for message-oriented middleware with a rule-based routing and mediation engine.It is based on known Enterprise Integration Patterns that provides a...

    Apache Camel Interview Questions

    Enlist few good uses for Apache Camel?

    Apache Camel is a good choice when you want to integrate several applications with different protocols and technologies. You can use it with Java, Scala, Groovy or Spring XML....

    Apache Camel Interview Questions

    What is basic differences between Apache Camel and Kafka?

    The difference between the Apache camel and Kafka are:Apache camel KafkaIt is basically an open-source framework. It basically or mainly focuses on making things easier. Also, they make...