Darshan Sundaresh created CAMEL-9276: ----------------------------------------
Summary: Netty4 component allows multiple consumers to bind to the same {host}:{port} Key: CAMEL-9276 URL: https://issues.apache.org/jira/browse/CAMEL-9276 Project: Camel Issue Type: Bug Components: camel-netty4 Environment: Verified and confirm same behavior on OSX and Windows Reporter: Darshan Sundaresh I have a netty4 tcp consumer on the from route i am able to start multiple instances of this route and there is no "address already in use/ bind exception " being raised by camel, changing the "reuseAddress" to "false" doesnt seem to make a difference. Sample config <from uri="netty4:tcp://0.0.0.0:3010?sync=false&textline=true&reuseAddress=false"/> <to uri="log://org.dx.com?level=DEBUG"/> -- This message was sent by Atlassian JIRA (v6.3.4#6332)