I load a camelContext that connects 5 consumers to ActiveMQ, then when I stop the context with camelContext.shutdown(), the number of consumers does not decrease, messages continue to be consumed somehow, but with lots and lots of exceptions.
Is there something I'm missing? *Bruno Borges* (21) 7672-7099 *www.brunoborges.com* On Mon, Jun 25, 2012 at 5:23 PM, Bruno Borges <[email protected]>wrote: > It seems that Camel is not shutting down properly when the context has > dynamically created/added routes. These routes keep running. > > > *Bruno Borges* > (21) 7672-7099 > *www.brunoborges.com* > >
