Hi, I have an strange behavior with seda endpoint and the Unit Of Work demarcation:
Route 1: Endpoint A -> (processor chain) -> Endpoint B (seda) In this route is configured a onCompletion callback Route 2: Endpoint B -> (processor chain) -> Endpoint C In this scenario onCompletion executes when Route 2 ends. Endpoint is supposed to be an asynchronous message exchange so, should not be different exchange from route 1 to route 2? -- View this message in context: http://camel.465427.n5.nabble.com/seda-endpoint-and-UoW-tp5734453.html Sent from the Camel - Users mailing list archive at Nabble.com.
