Hi Omar, Can you provide your route (obscuring the relevant parts if needed)? Threading behaviour can be modified by the type of processors and EIPs you include in your route, so having a complete view would help analyse this behaviour.
Regards, Raúl. On 31 December 2011 17:01, Omar Atia <omar.a...@its.ws> wrote: > Dears, > > I have tcp mina endpoint (many sessions opened and closed concurrently) , > I was using default camel threading profile with 10 thread , the inflight > exchange was always 10 when having heavy load , then I change the default > profile to be 50 thread pool size with maximum pool size 100 and queue size > =1000 ... > > While I was monitoring the system after the above change seems that > inflight exchange when heavy load it becomes zero to three maximum , and > processed quickly . > > Can you explain before and after applying the change what happen ? in the > beginning request or exchange was having a lot of delay after the change > only seconds. > > How camel queue works ? if no of threads is 10 and how it works if number > of threads is 50. > > Thanks, > Omar Atia > > >