Re: NPE with language:ruby and concurrentConsumers

2014-12-08 Thread Christoph Spenler
Yes Claus, thread safety out of the box would be nice. We spent last week digging into some massive performance regression with Camel Ruby and parallel processing: when processing 200 messages in parallel (5 concurrent consumers) - memory consumption increased from 30MB (Camel 2.8.0) to 90MB

NPE with language:ruby and concurrentConsumers

2014-11-27 Thread Christoph Spenler
Hi, after moving from Camel 2.8 to 2.14 I am facing a problem with the language component and ruby scripts. With concurrentConsumer 1, a NPE is thrown by the RubyInstanceConfig class: java.lang.NullPointerException at org.jruby.RubyInstanceConfig.init(RubyInstanceConfig.java:1432)