Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 975460

Summary: fix request-response across interconnected 1.0 brokers
Product: Red Hat Enterprise MRG Reporter: Gordon Sim <gsim>
Component: qpid-cppAssignee: Gordon Sim <gsim>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Matousek <pematous>
Severity: medium Docs Contact:
Priority: high    
Version: DevelopmentCC: esammons, iboverma, jross, pematous
Target Milestone: 3.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qpid-cpp-0.22-5.el6, qpid-cpp-0.22-5.el5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 12:56:50 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:
Bug Depends On:    
Bug Blocks: 974061, 1010399    

Description Gordon Sim 2013-06-18 14:00:17 UTC
Description of problem:

Brokers can be connected into a federation using 1.0, but as of 0.22 temp response queues used for the reply to address did not get the messages if the service responding was connected to a remote broker.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. start two brokers, a and b, specifying --domain BrokerA and --domain BrokerB respectively
2. qpidt -b <brokera> create domain BrokerB url=<brokerb>
3. qpidt -b <brokerb> create domain BrokerA url=<brokera>
4. create queue 'service_queue' on both brokers
5. qpidt -b <brokera> create outgoing domain=BrokerB source=service_queue target=service_queue
6. examples/messaging/server brokerb {protocol:amqp1.0}
7. examples/messaging/client brokera {protocol:amqp1.0}

Actual results:

client never gets responses

Expected results:

client gets responses as if example were running against single broker
Additional info:

Comment 1 Gordon Sim 2013-06-18 14:09:34 UTC
See https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/src/tests/qpidt for qpidt utility.

Comment 2 Petr Matousek 2014-03-24 14:38:23 UTC
This issue has been fixed. Verified on rhel6.5 (x86_64, i386).

packages under test:
qpid-cpp-*-0.22-36

-> VERIFIED