Hello,
 
can you please check the following code in the current version of Camel which 
we supect to be a bug:
 
Class: org.apache.camel.spi.ThreadPoolProfile

Method: clone

Problem: In the clone member poolSize is set to the value of maxPoolSize:
 
cloned.setMaxPoolSize(maxPoolSize);
cloned.setPoolSize(maxPoolSize);

If I see this correctly this bug came in with CAMEL-4244 on Aug 18, 2011.

Thank you very much,
best regards,

Andreas Becker




 
 

Reply via email to