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)