Details
Description
public CxfConsumer(final CxfEndpoint endpoint, Processor processor) throws Exception
{ super(endpoint, processor); cxfEndpoint = endpoint; server = createServer(); }The create server should just be removed as its done in doStart where we create resources etc.
Attachments
Issue Links
- relates to
-
CAMEL-13466 DefaultCamelContext not stopping all routes on doStop()
- Resolved