>From what I can gather, multiple CXF consumer endpoints can listen on the same 
>host:port and multiple Jetty consumer endpoints can listen on the same 
>host:port, but a CXF and Jetty endpoint cannot share the same host:port 
>configuration by default - is this correct?

If this is correct, is it somehow possible to configure Camel to make use of 
the same Jetty instance to share the same host:port configuration? It is not 
ideal for us to be managing multiple ports for each different endpoint that 
uses Jetty under the hood.

And to extend the question further, as we are deploying the camel routes in an 
OSGi context (ServiceMix), does this open up any other options for us? I 
discovered that by using the HTTP OSGi transport in CXF, we can make use of the 
Pax Web service in ServiceMix. Is there any way to configure the Jetty endpoint 
to do the same?

Kind regards,
        Scott Christopher

Reply via email to