Re: Extending Camel Java DSL with new verb?

2013-10-08 Thread Charles Moulliard
The point that you raise here is not new and is certainly a thing that we should take care in the future of Camel as they improve the readability/expressiveness of a camel route by adding a 'concern' which is not specifically link to a processor, component but add a global behavior to a camel route

Extending Camel Java DSL with new verb?

2013-10-08 Thread Denis Krizanovic
Hi Guys, Just wondering if it's a good idea to extend the DSL with a custom verb. Our goal is to remove the "non-functional" concerns out of the route configuration. In particular, by adding a .audit("message here") This verb generates an ibm cbe event and sticks it on the queue. We've tried cr