this my c++ client, it's on windows

        Connection connection;
        ConnectionSettings Setting;
        Setting.host = 192.168.1.233;
        Setting.port = 5672;
        Setting.username = "uniqueeye";
        Setting.password = "uniqueeye";
        Setting.virtualhost = "/";
        Setting.maxFrameSize = 65535;
        Setting.mechanism = "PLAIN";
        connection.open(Setting);

[r...@localhost qpid]# /usr/sbin/sasldblistusers2 -f
/usr/local/qpid/var/lib/qpidd/qpidd.sasldb 
unique...@unique: userPassword

i'm sure ,the username and password is right.

should the c++ client to build something else to support sasl? 

thanks...

-- 
View this message in context: 
http://n2.nabble.com/about-sasl-tp2485483p2489415.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to