Details
Description
Unlike camel-sql, camel-jpa does not allow the user to put the result elsewhere than the message body; if this is needed the user must: preserve the body, use the component, put the result in the desired destination, restore the body.
This PR adds the possibility to put the result into a header or property without destroying the message body.