Hide Forgot
Description of problem: The ruby and python qmf apis allow to specify more than 1 authentication method, however the C++ api only allows specifying 1 authentication method. It would be nice if all the apis aligned to allow multiple authentication methods. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
http://svn.apache.org/viewvc?view=revision&revision=1078733 (part of fix to https://bugzilla.redhat.com/show_bug.cgi?id=661500) adds this ability to the underlying c++ messaging client. Whether that is sufficient for QMF also needs to still be verified.
Ted, where does this stand? (In reply to comment #1) > http://svn.apache.org/viewvc?view=revision&revision=1078733 (part of fix to > https://bugzilla.redhat.com/show_bug.cgi?id=661500) adds this ability to the > underlying c++ messaging client. Whether that is sufficient for QMF also > needs to still be verified.
As we move to the newer QMFv2 interfaces, this issue will be resolved. The QMFv2 APIs don't deal with connections directly, they use connections that were established through the normal messaging API. This allows QMF to use any connection feature supported by messaging.