Skip to content

Commit 03ae9b1

Browse files
committed
Do not use Netty by default
1 parent 2b7f673 commit 03ae9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public class ConnectionFactory implements Cloneable {
154154
private ObservationCollector observationCollector = ObservationCollector.NO_OP;
155155

156156
private boolean nio = false;
157-
private boolean netty = true;
157+
private boolean netty = false;
158158
private FrameHandlerFactory frameHandlerFactory;
159159
private final NettyConfiguration nettyConf = new NettyConfiguration(this);
160160
private NioParams nioParams = new NioParams();

0 commit comments

Comments
 (0)