Hide Forgot
Description of problem: The wallaby agent, like all SPQR-based agents, only supports ANON and PLAIN authentication methods. This may be confusing, since it supports command-line options to specify a different authentication mechanism. Version-Release number of selected component (if applicable): wallaby-0.10.4-3. How reproducible: Supply an authentication mechanism as a command-line parameter to wallaby-agent. Actual result: It will attempt to connect to the specified broker using either ANON or PLAIN regardless of which authentication mechanism is specified on the command line. Expected results: It should use the named mechanism.