You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Anton (JIRA)" <ji...@apache.org> on 2017/02/08 08:44:41 UTC

[jira] [Created] (CAMEL-10805) JettyHttpComponent does not stops created ans started QueuedThreadPool

Anton created CAMEL-10805:
-----------------------------

             Summary: JettyHttpComponent does not stops created ans started QueuedThreadPool
                 Key: CAMEL-10805
                 URL: https://issues.apache.org/jira/browse/CAMEL-10805
             Project: Camel
          Issue Type: Bug
          Components: camel-jetty
    Affects Versions: 2.16.1
            Reporter: Anton


*JettyHttpComponent* creates *QueuedThreadPool* instance in it's *connect(HttpConsumer)*, but does not stop/shuts down it neither in *disconnect(HttpConsumer)* nor in doStop().

By default *QueuedThreadPool* operates with non-daemon threads (_daemon=false) and in case of gracefully shutdown, JVM will not be able to be stopped(process will still operates) due existence of these threads.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)