You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jacek Szymański (Jira)" <ji...@apache.org> on 2023/05/14 14:27:00 UTC

[jira] [Created] (CAMEL-19350) camel-jpa: Output into header/property

Jacek Szymański created CAMEL-19350:
---------------------------------------

             Summary: camel-jpa: Output into header/property
                 Key: CAMEL-19350
                 URL: https://issues.apache.org/jira/browse/CAMEL-19350
             Project: Camel
          Issue Type: Improvement
          Components: camel-jpa
            Reporter: Jacek Szymański


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)