The default configuration will create a thread pool and allow concurrent processing of JBI exchanges by the POJO deployed onto the jsr181. The pojo has to be thread safe, and do not have any synchronization on the web methods, else the concurrent processing would become serialized. What do you mean by "implemented thread-pools" ?
On Fri, Mar 14, 2008 at 9:29 AM, sachin2008 <[EMAIL PROTECTED]> wrote: > > For my application I built 1 http and 2 JSR servcieunits. > > flow :------>>>> > > http------->JSR(1)--------->JSR(2) > > i implemented threads-pools on JSR(2) but is not working. it is working in > single thread only. > > please help on thread-pools configuration with detailed explanation. > > > > ----- > Cheers > Praveen Oruganti > "Think before you act and act on what you believe" > -- > View this message in context: > http://www.nabble.com/servicemix-thread-pool-tp16046483s12049p16046483.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
