Skip to content

Commit 174af39

Browse files
author
Simon MacMullen
committed
Didn't mean to commit that...
1 parent 8d798f4 commit 174af39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
import javax.net.ssl.TrustManager;
4646

4747
import com.rabbitmq.client.impl.AMQConnection;
48-
import com.rabbitmq.client.impl.ExternalMechanismFactory;
4948
import com.rabbitmq.client.impl.FrameHandler;
5049
import com.rabbitmq.client.impl.PlainMechanismFactory;
5150
import 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").

0 commit comments

Comments
 (0)