Hi guys,

I am trying to reach a qpidd broker started with the --auth no option from a 
Java client (both version 0.8) and am receiving the following exception:

javax.jms.JMSException: Error creating connection: The following SASL 
mechanisms [PLAIN] specified by the client are not supported by the broker
at 
org.apache.qpid.client.AMQConnectionFactory.createConnection(AMQConnectionFactory.java:286)
....

My JNDI/JMS configuration is:

java.naming.factory.initial = 
org.apache.qpid.jndi.PropertiesFileInitialContextFactory
connectionfactory.qpidConnectionfactory = 
amqp://guest:gu...@clientid/abcd?brokerlist='tcp://localhost:5672'
destination.mainSend = direct://amq.direct//step.01

It worked just fine in 0.6 but no success now in 0.8.

What am I doing wrong? Any clues?

Thanks for any hints!

Ibisek

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscr...@qpid.apache.org

Reply via email to