On 01/19/2013 06:27 AM, yonexw wrote:
Hi Gordon, Thanks for response. I export explicitly QPID_LOAD_MODUL=$RS_LIB/sslconnector.so and I double checked this path is valid. My client application is running linux box with Qpid C++ client API to connect to remote broker.I added a debug log to Connector::registerFactory() after a protocol register correctly in source file qpid/client/Connector.cpp void Connector::registerFactory(const std::string& proto, Factory* connectorFactory) { ....... theProtocolRegistry()[proto] = connectorFactory; *QPID_LOG(debug, "Connector::registerFactory, protocol=" << proto);* }
I can't reproduce your problem. The ssl connector loads and 'ssl' type urls are correctly parsed for me. What version are you using and can you paste in the trace level log you see?
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
