You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/12/23 12:41:58 UTC

[jira] [Created] (CAMEL-10651) Allow to configure component alias to use a common name for a series of components

Claus Ibsen created CAMEL-10651:
-----------------------------------

             Summary: Allow to configure component alias to use a common name for a series of components
                 Key: CAMEL-10651
                 URL: https://issues.apache.org/jira/browse/CAMEL-10651
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen


So with Camel we have a number of HTTP clients, and it would be nice if we can allow users to just use "http" as the component name, in their urls.

And then we let Camel figure out which of those clients are on the classpath and uses that, eg you can tell Camel to look in this order

camel.component.alias.http=http,http4,jetty-http,...

And this should be supported in camel-sprint-boot and outside as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)