File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4545import javax .net .ssl .TrustManager ;
4646
4747import com .rabbitmq .client .impl .AMQConnection ;
48- import com .rabbitmq .client .impl .ExternalMechanismFactory ;
4948import com .rabbitmq .client .impl .FrameHandler ;
5049import com .rabbitmq .client .impl .PlainMechanismFactory ;
5150import com .rabbitmq .client .impl .SocketFrameHandler ;
@@ -89,7 +88,7 @@ public class ConnectionFactory implements Cloneable {
8988
9089 /** The default list of authentication mechanisms to use */
9190 public static final AuthMechanismFactory [] DEFAULT_AUTH_MECHANISMS =
92- new AuthMechanismFactory [] { new ExternalMechanismFactory () };
91+ new AuthMechanismFactory [] { new PlainMechanismFactory () };
9392
9493 /**
9594 * The default SSL protocol (currently "SSLv3").
You can’t perform that action at this time.
0 commit comments