Bug 891673

Summary: qpid-tools to support broker-list and reconnect option
Product: Red Hat Enterprise MRG Reporter: Pavel Moravec <pmoravec>
Component: qpid-toolsAssignee: messaging-bugs <messaging-bugs>
Status: CLOSED UPSTREAM QA Contact: Messaging QE <messaging-qe-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 2.3CC: jross
Target Milestone: ---Keywords: Improvement
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-02-10 03:27:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pavel Moravec 2013-01-03 15:57:17 UTC
Description of problem:
Since new HA introduced, customers have a cluster of brokers where just (the active) one physically accepts new connections and others reject them. If one does not use virtual IP address in cluster configuration, using qpid tools gets complicated as:
- they don't support reconnect either broker-list in "-b" option
- thus one has to check what broker is the active one and even then fire his/her command

Therefore it makes sense to enhance qpid tools by reconnect option as well as allow broker-list in "-b" option.


Version-Release number of selected component (if applicable):
qpid-tools-0.18-7.el6_3.noarch


How reproducible:
100%


Steps to Reproduce:
1. Setup and run e.g. 3node HA cluster without using virtual IP.
2. Try to run any qpid-* tool

  
Actual results:
$ qpid-config -b "node1,node2,node3"
Failed: ConnectError: [Errno -2] Name or service not known
$ qpid-config -b "amqp:node1,node2,node3"
Failed: ValueError: amqp:node1,node2,node3
$


Expected results:
Having options of qpid-* tools such that firing one command automatically connects to the active broker.


Additional info:

Comment 2 Red Hat Bugzilla 2025-02-10 03:27:13 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.