doublefox1981 wrote:
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.

The default broker realm is QPID. Have you specified --realm unique as a broker option?

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

Reply via email to