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 2020/05/12 12:10:00 UTC

[jira] [Assigned] (CAMEL-15049) camel-endpointdsl - Specify component (bean) name without using uri

     [ https://issues.apache.org/jira/browse/CAMEL-15049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-15049:
-----------------------------------

    Assignee: Claus Ibsen

> camel-endpointdsl - Specify component (bean) name without using uri
> -------------------------------------------------------------------
>
>                 Key: CAMEL-15049
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15049
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-activemq, camel-endpointdsl
>    Affects Versions: 3.2.0
>         Environment: spring boot 2.2.6
> camel 3.2.0
> java jdk 11
>            Reporter: aboudi rawas
>            Assignee: Claus Ibsen
>            Priority: Major
>              Labels: features
>             Fix For: 3.4.0
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> It is not so uncommon to have multiple ActiveMQComponent beans in projects I worked on.
> It is desirable to have an option to specify bean name in camel-endpoint dsl something like this way ( assuming that there exists two ActiveMQComponent, one called 'activemq' and the other called 'activemqservice' ).
> from(activemq("queueName").componentName("activemqservice"))
> Instead of just having the option to do this using URIs like
> from("activemqservice:queueName?...")...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)