Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying a route with cMessageRouter.
in 'When' component tab I can put a ruby expression but, when executing, the error message is:
..because of No language could be found for: ruby
I think that is due to missing module, because in module list for cMessageRouter context is present only:
camel-groovy
groovy-all
camel-script
How can I add camel-ruby? The camel-ruby-alldep-2.12.1.jar is already in lib/java but doesn't work.
I see also that in cMessagingEndpoint context (Modules tab) is present camel-ruby-alldep, so I think that I need a way to include this module in cMessageRouter but I don't know how.
I need also a reference or a guide on how pass message inside ruby expression, I found only a very generic list (request, response...) but without details.
Thanks a lot
Pierpaolo