hi all,
i get over it after adding sasl EXTERNAL support,
i using this sasl configure file
/etc/sasl2/qpidd.conf
change mech_list option to
mech_list:PLAIN EXTERNAL
the qpid-route command is as following:
qpid-route --client-sasl-mechanism=PLAIN -t ssl queue add
qpidd/qpidd@localhost:5807 127.0.0.
hi all,
I have set the qpid ssl link successfully by refer to
qpid-0.16/cpp/src/tests/sasl_fex_ex,
the process is as following,
TEST 1:
/root/Downloads/qpid-0.16/cpp/src/.libs/lt-qpidd --port=5801 --ssl-port 6667
--ssl-sasl-no-dict
--sasl-config=/root/Downloads/qpid-0.16/cpp/src/tests/sasl_config
hi Martin,
it looks like you have set qpid route ssl link successfully,
I currently want to set a queue route working between my 2 c++ brokers
running 0.16, after putting a lot of effort into it, i coun't get it
done also.
the scenario is as following:
I started the 2 qpidd with each of fo