Mateusz Nowakowski created CAMEL-7116:
-----------------------------------------
Summary: JettyHttpProducer.doStop not called during CamelContext
shutdown
Key: CAMEL-7116
URL: https://issues.apache.org/jira/browse/CAMEL-7116
Project: Camel
Issue Type: Bug
Components: camel-jetty
Affects Versions: 2.12.2
Environment: java7
Reporter: Mateusz Nowakowski
Fix For: 2.12.3, 2.13.0
Case:
CamelContext with one route :
from("direct:a")
.routingSlip(generateHttpUrl())
Where generateHttpUrl() returns for example:
"jetty:http://someurl.com:666/some?httpClientMinThreads=128&"
When CamelContext is closing, JettyHttpProducer.doStop is not called.
Result:
- all JettyHttpProducer.client is not closed, its thread pool threads are
non-deamon threads (subject to another JIRA), so application cannot be
shutdown.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)