You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2018/02/21 21:19:00 UTC

[jira] [Updated] (ARTEMIS-1679) Stopping consumer no need to wait until all queued tasks done

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

clebert suconic updated ARTEMIS-1679:
-------------------------------------
    Fix Version/s: 2.5.0

> Stopping consumer no need to wait until all queued tasks done
> -------------------------------------------------------------
>
>                 Key: ARTEMIS-1679
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1679
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 2.4.0
>            Reporter: yangwei
>            Priority: Major
>             Fix For: 2.5.0
>
>
> Sping's SimpleMessageListenerContainer shutdown will stop consumers and then close them. It will take lots of time(each consumer costs 10s at most) if there are lots of consumers bcs stop process will wait until all queued tasks done. We assume that waiting for the current task is enough and this will accelerate spring shutting down process.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)