On Thu, Feb 25, 2010 at 12:32 PM, Charles Moulliard <[email protected]> wrote: > Hi, > > The wiki page of camel SEDA component introduces the concept of SEDA queue > size : > > Slide 105 > The maximum size of the SEDA queue. The default value in Camel 2.2 or older > is 1000. From Camel 2.3 onwards the size is unbounded by default. > > What is the meaning of this value (Memory size, number of messages, ...) ? >
A size of a queue is the capacity of the number of messages it can max hold. > Kind regards, > > Charles Moulliard > Senior Enterprise Architect > Apache Camel Committer > > ***************************** > blog : http://cmoulliard.blogspot.com > twitter : http://twitter.com/cmoulliard > Linkedlin : http://www.linkedin.com/in/charlesmoulliard > > Apache Camel Group : > http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm > -- 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
