jamesnetherton opened a new issue #2187: URL: https://github.com/apache/camel-quarkus/issues/2187
Seems there's only test coverage for TCP so any issues have gone undetected. ``` 2021-02-02 11:25:06,791 ERROR [org.apa.cam.imp.eng.AbstractCamelContext] (main) Error starting CamelContext (camel-1) due to exception thrown: Class NioDatagramChannel does not have a public non-arg constructor: java.lang.IllegalArgumentException: Class NioDatagramChannel does not have a public non-arg constructor at io.netty.channel.ReflectiveChannelFactory.<init>(ReflectiveChannelFactory.java:36) at io.netty.bootstrap.AbstractBootstrap.channel(AbstractBootstrap.java:110) at org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory.startServerBootstrap(SingleUDPNettyServerBootstrapFactory.java:136) at org.apache.camel.component.netty.SingleUDPNettyServerBootstrapFactory.doStart(SingleUDPNettyServerBootstrapFactory.java:111) at org.apache.camel.support.service.BaseService.start(BaseService.java:115) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:84) at org.apache.camel.component.netty.NettyConsumer.doStart(NettyConsumer.java:75) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org