On Wed, Aug 25, 2010 at 8:53 AM, Charles Moulliard <[email protected]> wrote: > Hi, > > What is the equivalent in srping DSL of the following java DSL syntax > > from("seda:stageName").thread(5,10) > > --> > > <from uri="seda:stageName"/> > ??? >
Use your IDE to help you. Usually you just press ctrl + space and it shows what you can type/select. <threads poolSize="5" maxPollSize="10"/> Check out 10.3.1 in the Camel book. > Regards, > > > Charles Moulliard > > Senior Enterprise Architect (J2EE, .NET, SOA) > Apache Camel - Karaf - ServiceMix Committer > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Blog : http://cmoulliard.blogspot.com | Twitter : > http://twitter.com/cmoulliard > Linkedin : http://www.linkedin.com/in/charlesmoulliard | Skype: cmoulliard > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
