This is a great place to start, http://camel.apache.org/async It's a long page, but take a few breaths, maybe all you have to add is .threads(someNumberOfThreads)
Taariq -----Original Message----- From: hiba [mailto:[email protected]] Sent: 05 August 2010 17:38 To: [email protected] Subject: Re: how camel handles multiple message producers Thanks for the reply :) I have 5000 threads each thread sending 100 messages. dat means i have total of 500000 messages. If these messages are processed one by one (since it is a single thread), then it will slow down my system to a great extent. Can you please tell me how should i redesign my system to avoid this or use another end point ? Regards Hiba -- View this message in context: http://camel.465427.n5.nabble.com/how-camel-handles-multiple-message-producers-tp2265509p2265533.html Sent from the Camel - Users mailing list archive at Nabble.com.
