Apache-camel版本:2.10
我正在使用Apache camel模板生成器生成对端点的异步请求。
我们承认template.asyncRequestBodyAndHeaders()
多个并发消费者的线程泄漏
请告诉我们如何避免线程泄漏
注意:单线程没有线程泄漏
template = exchange.getContext().createProducerTemplate();
Future<Object> result = template.asyncRequestBodyAndHeaders(endpoint, sendMessage, httpClient);