Freeman Fang created CAMEL-12870:
------------------------------------
Summary: make cxf consumer endpoints suspendable
Key: CAMEL-12870
URL: https://issues.apache.org/jira/browse/CAMEL-12870
Project: Camel
Issue Type: Bug
Components: camel-cxf, camel-cxfrs
Reporter: Freeman Fang
Currently both CxfConsumer and CxfRsConsumer are SuspendableService, however
they don't implements Suspendable interface, which means in
DefaultShutdownStrategy, when catching kill signal, those consumer endpoints
will be shutdown immediately. So even though inflight and pending exchanges are
completed, they have no change to return to client since CXF Consumer endpoints
already shutdown.
We should make cxf consumer endpoints suspendable to support graceful shutdown
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)