On Mon October 5 2009 3:28:53 pm Nepali, Sonam (GE Healthcare, consultant) wrote: > I have web-services configured using the JMS transport. I have > configured the JMS configuration to spawn more than one thread when > there are multiple messages in the JMS queue using the setting for > > concurrentConsumers=1 > maxConcurrentConsumers=10 > > However, I see a new feature added for 2.1.4 called > "maxConcurrentTasks". What is the difference between this and the > "maxConcurrentConsumers"?
Just checked the code. It's not used at all. The mapping of the old config to the new config sets it, but it's not read at all. The mapping should map this to the maxConcurrentConsumers. I'll update the code to remove this and do the proper mapping. Thanks! Dan > > thanks > > > Sonam > > CXF User > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
