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