I was able to set the sals mech using -Dqpid.sasl_mechs=<mech-list> or sasl_mechs=<mech-list> in the connection URL Ex. "amqp://username:password@clientid/test?brokerlist='tcp://localhost:5672?sasl_mechs='ANONYMOUS''"
How did you set it ? using the JVM arg or the connection URL property? Rajith On Tue, Jul 19, 2011 at 2:16 PM, tnowicki <[email protected]> wrote: > It appears that the java client always wanted to connect PLAIN regardless of > the sasl_mechs settings to either PLAIN, ANONYMOUS or nothing at all. The > c++ update that I added from the repository appears to have added PLAIN on > the c++ broker side and that worked. I am using 0.10 java as well as > c++....I may not have all the terminology correct here but hope it makes > sense.... > > -- > View this message in context: > http://apache-qpid-users.2158936.n2.nabble.com/java-client-c-broker-no-authentication-tp6584247p6599766.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] > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
