Hello,

you could try followign things 

1. As 
  <property name="transactionManager" ref="wmqTransactionManager" /> 
  <property name="transacted" value="false" /> 
  
  as transacted is false you can try removing transactionManager which is
being set

2. for 
<property name="cacheLevelName" value="CACHE_AUTO" /> 

try setting the cacheLevelName to CACHE_CONSUMER or CACHE_SESSION for higher
throughput

3. Enable asyncConsumer if async processing of exchanges is acceptible

Regards,
-Yogesh



--
View this message in context: 
http://camel.465427.n5.nabble.com/JMS-MQ-performance-improvement-tp5767963p5768016.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to