[ 
https://issues.apache.org/jira/browse/CAMEL-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-4949.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10.0

Thanks for reporting. Is fixed by CAMEL-4950.
                
> 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
>            Assignee: Claus Ibsen
>              Labels: shutdown
>             Fix For: 2.10.0
>
>         Attachments: CAMEL-4949.patch
>
>
> 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