summaryrefslogtreecommitdiff
path: root/qpid/java/client
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2008-10-23 19:44:12 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2008-10-23 19:44:12 +0000
commitf2a61c95c3a13151ed03dd53ef802a1aa6e44c6b (patch)
tree3dc07cee9e7c6f327b989d05685182fa0a8684e9 /qpid/java/client
parentf98d1258b3594fac76b2beb40c9af30e8920019b (diff)
downloadqpid-python-f2a61c95c3a13151ed03dd53ef802a1aa6e44c6b.tar.gz
This is related to QPID-1296.
I missed these two files in the previous commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707458 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
-rw-r--r--qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnectionDelegate_0_10.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnectionDelegate_0_10.java b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnectionDelegate_0_10.java
index a7f04a2090..6480a0da76 100644
--- a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnectionDelegate_0_10.java
+++ b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnectionDelegate_0_10.java
@@ -140,7 +140,7 @@ public class AMQConnectionDelegate_0_10 implements AMQConnectionDelegate, Connec
}
_qpidConnection.setConnectionListener(this);
_qpidConnection.connect(brokerDetail.getHost(), brokerDetail.getPort(), _conn.getVirtualHost(),
- _conn.getUsername(), _conn.getPassword());
+ _conn.getUsername(), _conn.getPassword(), brokerDetail.useSSL());
_conn._connected = true;
}
catch(ProtocolVersionException pe)