Technology: apache-camel

Developing programming and coding technologies working in a software engineers.

Apache Camel Exception Re-try Policy

Reading Time: 4 minutes Apache Camel is a rules-based routing and arbitration engine that provides a Java object-based implementation of the Enterprise Integration Pattern, using an API (or Declarative Java Domain Specific Language) to configure routing and arbitration rules. We can implement exception handling in two ways Using Do Try block and OnException block . A re-try policy defines rules when Camel Error Handler perform re-try attempts. e.g you can setup Continue Reading