You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by davsclaus <gi...@git.apache.org> on 2018/04/23 10:39:07 UTC

[GitHub] camel pull request #2302: CAMEL-12462

GitHub user davsclaus opened a pull request:

    https://github.com/apache/camel/pull/2302

    CAMEL-12462

    See ticket: https://issues.apache.org/jira/browse/CAMEL-12462
    
    Anyone is welcome to take a peak and provide feedback. This PR can be squashed and merged when its done.
    
    We can do this kind of optimisation for other components as well, for example JMS with the CamelJmsDestination header for the JMS queue/topic. However JMS uses a connection pool so its fairly optimised as well, but it would still use a new producer per different queue/topic. 
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/camel CAMEL-12462

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2302.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2302
    
----
commit 6f6a57546eaba01aac7c62b1b1485c988eb5ab1a
Author: Claus Ibsen <cl...@...>
Date:   2018-04-21T07:53:35Z

    CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in their producers to use static endpoint and dynamic parts provided via headers (pre processor)

commit ef7766692341f89656f052a94211ed4cb14c9d75
Author: Claus Ibsen <cl...@...>
Date:   2018-04-21T08:30:03Z

    CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in their producers to use static endpoint and dynamic parts provided via headers (pre processor)

commit c41fb09f18d30a811cc3f4df7a422adfb25f5bcf
Author: Claus Ibsen <cl...@...>
Date:   2018-04-21T09:59:07Z

    CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in their producers to use static endpoint and dynamic parts provided via headers (pre processor)

commit 9dee10cac61ff660a7616b5341d08c57ee22bbcb
Author: Claus Ibsen <cl...@...>
Date:   2018-04-21T10:52:32Z

    CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in their producers to use static endpoint and dynamic parts provided via headers (pre processor)

commit 5c98675420fd7ca15974cb2d47f6e7a7a39c3679
Author: Claus Ibsen <cl...@...>
Date:   2018-04-21T11:46:29Z

    CAMEL-12462: camel-http now supports optimised toD for all its lenient query parameters.

commit e1c3ecdacaa69fc12d82d8f015d8c158d6742515
Author: Claus Ibsen <cl...@...>
Date:   2018-04-22T08:33:35Z

    CAMEL-12462: camel-http now supports optimised toD for all its lenient query parameters.

commit 4b698dca54067760c9b686d380c75d69ac71a6b0
Author: Claus Ibsen <cl...@...>
Date:   2018-04-23T07:37:52Z

    CAMEL-12462: camel-http now supports optimised toD for all its lenient query parameters.

commit 3f646f9c9423bfc45ec934cc63ac64f31367dfa9
Author: Claus Ibsen <cl...@...>
Date:   2018-04-23T07:49:15Z

    CAMEL-12462: camel-http4 now supports optimised toD for all its lenient query parameters.

commit 97ed3044c21e83402663e01b5c29ae6435684366
Author: Claus Ibsen <cl...@...>
Date:   2018-04-23T08:34:40Z

    CAMEL-12462: camel-undertow now supports optimised toD for all its lenient query parameters.

commit 7b0dd617af2f145aa3ef1768b4d8cb2681bb4d68
Author: Claus Ibsen <cl...@...>
Date:   2018-04-23T09:28:23Z

    CAMEL-12462: camel-netty4-http now supports optimised toD for all its lenient query parameters.

commit 78fc8550d43b32c8be523f048d4a59a8bef3df37
Author: Claus Ibsen <cl...@...>
Date:   2018-04-23T10:28:30Z

    CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in their producers to use static endpoint and dynamic parts provided via headers (pre processor)

commit 57886f04e609d7db693298e6d27483b756b38216
Author: Claus Ibsen <cl...@...>
Date:   2018-04-23T10:32:38Z

    CAMEL-12462: Optimise toD to allow components to be SendDynamicAware in their producers to use static endpoint and dynamic parts provided via headers (pre processor)

----


---

[GitHub] camel pull request #2302: CAMEL-12462

Posted by davsclaus <gi...@git.apache.org>.
Github user davsclaus closed the pull request at:

    https://github.com/apache/camel/pull/2302


---