No there is no impact. When a new request arrives then camel-netty picks the consumer to handle the request based using servlet mappings.
So its just the same as having jetty as servlet container and have 10 servlet mappings. On Thu, Jul 25, 2013 at 2:24 PM, nezor <[email protected]> wrote: > Hello, I know that it is possible to have multiple Jetty Consumer endpoints > exposed on the same port via this thread > http://camel.465427.n5.nabble.com/jetty-component-sharing-the-same-port-td3321379.html > <http://camel.465427.n5.nabble.com/jetty-component-sharing-the-same-port-td3321379.html> > . Does having multiple consumers (say 10+) on the same port have any > negative impacts to performance? Thank you. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-a-single-port-for-all-Jetty-Consumers-tp5736267.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
