add Expressions support on to(), bean() and beanRef() to allow for dynamic 
endpints (similar to recipientList)
--------------------------------------------------------------------------------------------------------------

                 Key: CAMEL-4226
                 URL: https://issues.apache.org/jira/browse/CAMEL-4226
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Ben O'Day
            Priority: Minor
             Fix For: 2.9.0


just a thought, but any reason we couldn't overload these APIs to also support 
Expressions?  Is there another way to do this?

to(simple("bean:myBean?method=${headers.operationName}"))

bean(MyBean.class, simple("${headers.operationName}"))

beanRef("myBean", simple("${headers.operationName}"))

The goal being to make it (slighlty) easier/more flexible than using 
recipientList for the same...

recipientList(simple("bean:myBean?method=${headers.operationName}"))

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to