Hello community

I see that JavaScript eip is marked deprecated in 
https://camel.apache.org/components/2.x/javaScript-language.html . Is there 
another suggestive approach to writing any JavaScript to manipulate / do some 
custom processing on  camel exchange object?

My requirement is to allow application to pull in a remote JavaScript module 
and plug it into camel routes.


Something like how it's done for groovy with following DSL -

.script().groovy("//script content goes here...").to("log:script output is 
${body}")...

Cheers
Reji Mathews

Reply via email to