Skip to content

Commit 5830080

Browse files
committed
Do not use Netty by default
(cherry picked from commit 03ae9b1) Conflicts: src/main/java/com/rabbitmq/client/ConnectionFactory.java
1 parent 40c2eb3 commit 5830080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ public class ConnectionFactory implements Cloneable {
158158
private ObservationCollector observationCollector = ObservationCollector.NO_OP;
159159

160160
private boolean nio = false;
161-
162-
private boolean netty = true;
161+
private boolean netty = false;
162+
163163
private FrameHandlerFactory frameHandlerFactory;
164164
private final NettyConfiguration nettyConf = new NettyConfiguration(this);
165165
private NioParams nioParams = new NioParams();

0 commit comments

Comments
 (0)