You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2019/03/12 08:26:00 UTC

[jira] [Created] (CAMEL-13314) Add a fluent DSL for components and endpoints

Andrea Cosentino created CAMEL-13314:
----------------------------------------

             Summary: Add a fluent DSL for components and endpoints
                 Key: CAMEL-13314
                 URL: https://issues.apache.org/jira/browse/CAMEL-13314
             Project: Camel
          Issue Type: New Feature
            Reporter: Andrea Cosentino
             Fix For: 3.0.0


It would be good to have a fluent DSL to build component and endpoint instances. Something like:
{code:java}
jms().withConnectionFactory(connectionFactory)...build();{code}
We can collect ideas here.

We can generate code from the catalog.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)