Hi You are taking in too many messages than you can process. Its not a good idea to have 2000+ messages in memory sitting on seda queues waiting to be processed.
And why do you use the delay (500) ? On Thu, Aug 1, 2013 at 4:01 AM, jaime.salvador <[email protected]> wrote: > Hi, > > I have a big number of messages routed to a ActiveMQ queue. the route works > fine at begining, but after some hours of work, Camel stop comsuming the > messages from queue. > > I try to get out activemq and use SEDA and the same problema apears. > > I have the next message when I try to stop Camel: > > 2013-07-28 11:32:53,140 INFO [org.apache.camel.impl.DefaultShutdownStrategy] > - > <Waiting as there are still 2262 inflight and pending exchanges to complete, > timeout in 287 seconds.> > > Any idea? > > Thanks a lot > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-route-stop-consuming-tp5736611.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
