Hi , I have already included a delay of some 5 seconds in the service which will process my requests. as follows Thread.sleep(1000 * 5); So i will get a response after 5 seonds only But during this 5 seconds no other request is being send. once 5 seconds is finished i wiil get a response for the first request and then the second request will be processed.
Do we need to inroduce any delay in the Master Component where i m sending the requests? ----- Cheers Praveen Oruganti "Think before you act and act on what you believe" -- View this message in context: http://www.nabble.com/concurrent-execution-in-servicemix-tp15203567s12049p15852042.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
