[ 
https://issues.apache.org/jira/browse/CAMEL-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195561#comment-13195561
 ] 

Claus Ibsen commented on CAMEL-4949:
------------------------------------

I created a new ticket as the other JIRA ticket is to interrupt/cancel delayed 
redeliveries, which is a bit harder to do.
                
> 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
>         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