Hi,
Can you change java broker log level to debug and provide the broker
logs for c++ client connect?

You need to change in ${QPID_HOME}/etc/log4j.xml the following logger
configuration

<logger additivity="true" name="org.apache.qpid">
        <level value="debug"/>
</logger>

By default, the log level is set to "warn".

Also, could you try to run spout/drain examples by specifying sasl
mechanism as PLAIN with "connection-options" argument?

The following worked for me with client being compiled without SASL dependencies

 ./spout -c 1 -b guest/guest@localhost --connection-options
{sasl-mechanism:PLAIN} queue
 ./drain -c 1 -b guest/guest@localhost --connection-options
{sasl-mechanism:PLAIN} queue

Kind Regards,
Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to