You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2018/10/09 00:57:00 UTC

[jira] [Created] (CAMEL-12870) make cxf consumer endpoints suspendable

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)