On shutdown JmsConsumer doesn't shut down direct subroutes properly and loops 
forever
-------------------------------------------------------------------------------------

                 Key: CAMEL-4949
                 URL: https://issues.apache.org/jira/browse/CAMEL-4949
             Project: Camel
          Issue Type: Bug
          Components: camel-jms, camel-spring
    Affects Versions: 2.9.0
            Reporter: Dragisa Krsmanovic


Our route looks like this:

{code}
from("activemq:start")
   .to("direct:dir")
{code}

On shutdown, if there is a message in the direct: route, Camel will wait 
indefinitely for the message to finish. Regardless of the shutdown strategy.

See attached unit test.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to