Hi

The ticket is a popular ticket with many votes
https://issues.apache.org/jira/browse/CAMEL-8958

I have implemented a working prototype and pushed that to a branch
https://github.com/apache/camel/tree/8958

There is some comments on the CAMEL-8959 ticket about my choices and
what may still need.

You can see some examples of this at the docs at
https://github.com/apache/camel/blob/8958/camel-core/src/main/docs/eips/claimCheck-eip.adoc

This implementation of the Claim Check EIP pattern is scoped per
exchange and to be used as internal temporary in-memory storage.

With this it should be easy to store the message body, and get it
easily back in a clear way, without having to store it on exchange
properties yourself.

Any feedback is welcome



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to