LRA

Since Camel 2.21

The LRA module provides bindings of the Saga EIP with any MicroProfile compatible LRA Coordinator.

Maven users will need to add the following dependency to their pom.xml for this component:

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-lra</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>