Share the Jetty connector across camel context ----------------------------------------------
Key: CAMEL-1809 URL: https://issues.apache.org/activemq/browse/CAMEL-1809 Project: Apache Camel Issue Type: Improvement Components: camel-jetty Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 1.6.2, 2.0.0 I got the user requirement that he just can use one socket port in his application, and his application has lots of camel context. Current camel-jetty component can't share the connector across the camel contexts, he had to setup different port the each JettyComponent in different camel context. Since the socket port is a global resource, we can use a static map to keep the track of the connector. In this way , we can share the Jetty connector in different camel context which host in one JVM. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.