Re: Messages not being delivered once SEDA concurrentConsumers set

2009-04-28 Thread rsmith
bz2 . Is this a bug? Claus Ibsen-2 wrote: > > On Wed, Apr 22, 2009 at 11:43 PM, rsmith wrote: >> >> I'm evaluating Camel and ran into a test case where messages aren't being >> delivered to a component for some reason.  Being new to Camel this is >> probably a c

Re: Messages not being delivered once SEDA concurrentConsumers set

2009-04-23 Thread rsmith
Using 2.0-M1. The option does seem to be getting used, but the messages aren't getting routed to the last bean method I have if it is set. Claus Ibsen-2 wrote: > > > What version of Camel are you using? This option was introduced in > Camel 1.6.1 and newer. > > > -- > Claus Ibsen > Apache C

Messages not being delivered once SEDA concurrentConsumers set

2009-04-22 Thread rsmith
I'm evaluating Camel and ran into a test case where messages aren't being delivered to a component for some reason. Being new to Camel this is probably a case of my test routes not being set up correctly. Here is what I have: