[
https://issues.apache.org/jira/browse/CAMEL-12870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang resolved CAMEL-12870.
----------------------------------
Resolution: Fixed
> 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
> Assignee: Freeman Fang
> Priority: Major
> Fix For: 2.21.3, 2.22.2, 2.23.0
>
>
> 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)