In Apache Camel, is it possible to use the same transaction on different steps of the same route? Obviously, I can pass it as an attribute in the message; but I’m looking for something less intrusive, like an annotation and maybe an interceptor.
Share
You certainly can, and the Fuse documentation explains how to do it.