Hide Forgot
Description of problem: qmf-console examples (console.cpp ping.cpp printevents.cpp queuestats.cpp) access localhost broker. This is not much handy in solaris case where there is no broker for that platform. It is recommended to have possibility to specify broker host and port, optionally user credentials and authentication mechanisms. Version-Release number of selected component (if applicable): qpid-soleap0.tar.gz (2011-12-13) How reproducible: 100% Steps to Reproduce: 1. compile qmf-console 2. run any of examples, access to localhost broker Actual results: Examples useless without modification. Expected results: Examples usefull without modification. Additional info:
Created attachment 559597 [details] Patch to qmf-console examples Attached patch solve the above problem.