Hi, It’s hard to tell what’s wrong from your information. Can you set up the trace log[1] to fine out which part is slow?
[1]http://camel.apache.org/tracer.html -- Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On March 11, 2016 at 1:53:47 AM, madkak ([email protected]) wrote: > Hi, > > I have written camel Spring DSL route which consumes from JMS queue and > publishes it to a topic. This route is working fine in general but when > there is a consistent load for longer time, the route performance is slowing > down from ~6k msgs/min to ~600 msgs/min. > > Below is my JMS configurations. Can you please help to keep the performance > consistent always. > > > > class="com.ibm.mq.jms.MQQueueConnectionFactory"> > > > > > > > class="org.springframework.jms.connection.CachingConnectionFactory" > destroy-method="destroy"> > > > > > > > > > class="org.springframework.jms.connection.JmsTransactionManager"> > > > > > > > > > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-kafka-route-performance-slowing-down-tp5778885.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >
