Bug 787611

Summary: qmf-console examples access localhost broker only
Product: Red Hat Enterprise MRG Reporter: Frantisek Reznicek <freznice>
Component: qpid-cppAssignee: messaging-bugs <messaging-bugs>
Status: NEW --- QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 2.1CC: jross
Target Milestone: ---   
Target Release: ---   
Hardware: sparc64   
OS: Solaris   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Patch to qmf-console examples none

Description Frantisek Reznicek 2012-02-06 10:18:39 UTC
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:

Comment 1 Frantisek Reznicek 2012-02-06 10:21:26 UTC
Created attachment 559597 [details]
Patch to qmf-console examples

Attached patch solve the above problem.