We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7f673 commit 03ae9b1Copy full SHA for 03ae9b1
src/main/java/com/rabbitmq/client/ConnectionFactory.java
@@ -154,7 +154,7 @@ public class ConnectionFactory implements Cloneable {
154
private ObservationCollector observationCollector = ObservationCollector.NO_OP;
155
156
private boolean nio = false;
157
- private boolean netty = true;
+ private boolean netty = false;
158
private FrameHandlerFactory frameHandlerFactory;
159
private final NettyConfiguration nettyConf = new NettyConfiguration(this);
160
private NioParams nioParams = new NioParams();
0 commit comments