Bug 975460 - fix request-response across interconnected 1.0 brokers
Summary: fix request-response across interconnected 1.0 brokers
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: 3.0
: ---
Assignee: Gordon Sim
QA Contact: Petr Matousek
URL:
Whiteboard:
Depends On:
Blocks: 974061 1010399
TreeView+ depends on / blocked
 
Reported: 2013-06-18 14:00 UTC by Gordon Sim
Modified: 2015-01-21 12:56 UTC (History)
4 users (show)

Fixed In Version: qpid-cpp-0.22-5.el6, qpid-cpp-0.22-5.el5
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-21 12:56:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA QPID-4880 0 None None None Never

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


Note You need to log in before you can comment on or make changes to this bug.