> 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?
In M4, yes. On trunk, it was broken until late yesterday; I recommend updating to latest and rebuild then try again. -Steve --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
