aboudi rawas created CAMEL-15049:
------------------------------------

             Summary: Specify component (bean) name without using uri in 
EndpointRouteBuilder
                 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


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)

Reply via email to