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)

Reply via email to