bsnyder wrote:
> 
>       As of now, I juz wanna tell u where exactly we are now. We have
> configured Thread pools with configuration corePoolSize=4,
> maximumpoolSize= -1 , queueSize= -1. As per the api instruction it seems ,
> based on my configuration above for the first 4 request 4 thread has to be
> created and if suppose 5th request is coming , though my maximumpoolSize
> is -1 it has to create the 5th thread. but it got stuck . My question is
> 
> 1. 5th thread is not creating , when maximumpoolsize = -1 WHY?
> 2. My previous request were completed i.e i got the response upto 4th
> request. it seems 4 threads are free now . My 5th request might be process
> with in this existing thread. why its not done like that?
> 
> 
> NOTE : *We are done txn management through declarative*
> 
> 
> regards,
> shahm    
> 

-- 
View this message in context: 
http://www.nabble.com/delivery-channel-get-stuck-tf4550936s12049.html#a13228175
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to