Hi, We should not use threads options at all or we should have some limited number of threads on netty??
And in my xml configuration i have already given concurrentConsumers as 100. <bean id="jmsConfig" class="org.apache.camel.component.jms.JmsConfiguration"> <property name="connectionFactory" ref="pooledConnectionFactory" /> <property name="concurrentConsumers" value="100" /> </bean> So on reply queue also i can see 100 consumers are listening by the above config. Are there any other properties ?? ----- Regards kiran Reddy -- View this message in context: http://camel.465427.n5.nabble.com/camel-Activemq-performance-suggestions-tp5734508p5734577.html Sent from the Camel - Users mailing list archive at Nabble.com.