Re: Using dynamic expression as claimCheck key

2019-05-29 Thread erars+jonathan.cook
I got rid of the ManagedClaimCheck exception by upgrading my version of camel from 2.21.0 to 2.24.0. Just some help with dynamic key now please? Thanks On 2019-05-29 15:59, erars+jonathan.cook wrote: Hi, I'm trying to use the claimCheck but pass a dynamic key which would be something unique

Using dynamic expression as claimCheck key

2019-05-29 Thread erars+jonathan.cook
Hi, I'm trying to use the claimCheck but pass a dynamic key which would be something unique like the filename in my input message or the breadcrumbId. But it seems this processor doesn't support this? e.g) .claimCheck(ClaimCheckOperation.Set, "${headers.CamelFileName}", "body") Is there a