Re: Camel, concurrent consumers, message groups and prefetch size

2014-03-31 Thread Paul Gale
claus.takeLeafFrom(christian.getBook()); :) On Mon, Mar 31, 2014 at 5:09 PM, Christian Posta wrote: > On Fri, Mar 28, 2014 at 10:06 AM, Paul Gale wrote: > > Hi, > > > > I have an embedded Camel client that contains a single route. All > messages > > the route consumes have their JMSXGroupID p

Re: Camel, concurrent consumers, message groups and prefetch size

2014-03-31 Thread Christian Posta
On Fri, Mar 28, 2014 at 10:06 AM, Paul Gale wrote: > Hi, > > I have an embedded Camel client that contains a single route. All messages > the route consumes have their JMSXGroupID property set. > > What I need to know is how message grouping behaves in the context of > concurrent consumers and how

Re: Camel, concurrent consumers, message groups and prefetch size

2014-03-31 Thread Claus Ibsen
Hi I suggest to check the AMQ docs, and ask on their user forum as the questions is more AMQ specific than Camel. There is also some people who have blogged about AMQ you can find valuable information form, such as blogs from Torsten Mielke and Christian Posta. On Fri, Mar 28, 2014 at 6:06 PM,

Camel, concurrent consumers, message groups and prefetch size

2014-03-28 Thread Paul Gale
Hi, I have an embedded Camel client that contains a single route. All messages the route consumes have their JMSXGroupID property set. What I need to know is how message grouping behaves in the context of concurrent consumers and how does the choice of the prefetch buffer size come into play (whe