Bug 996100
| Summary: | [AMQP 1.0] set address for 'local' terminus | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Gordon Sim <gsim> |
| Component: | qpid-cpp | Assignee: | Gordon Sim <gsim> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ernie <eallen> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | Development | CC: | eallen, esammons, freznice, gsim, iboverma, jross, mtoth, pematous |
| Target Milestone: | 3.0 | Keywords: | OtherQA |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.22-11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 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: | 1010399 | ||
|
Description
Gordon Sim
2013-08-12 12:08:36 UTC
Fixed upstream by https://svn.apache.org/r1508523 and https://svn.apache.org/r1508832 Hi Gordon, I applied https://svn.apache.org/r1508523, but https://svn.apache.org/r1508832 had a conflict on 0.22-mrg branch, can you please make appropriate changes and commit to a private branch? Backported second svn commit to http://git.app.eng.bos.redhat.com/?p=rh-qpid.git;a=shortlog;h=refs/heads/0.22-mrg-BZ996100 Verified RHEL 6.5 64 with help from Mick Goulish
on package 0.22-36
in qpidd.conf:
log-enable=trace+
log-enable=trace+:Protocol
./server amqp:tcp:127.0.0.1:5672 '{protocol:amqp1.0}' &
./client amqp:tcp:127.0.0.1:5672 '{protocol:amqp1.0}'
Verified by enabling Protocol logging and inspecting the source and target
2014-04-04 10:06:56 [Protocol] trace /builddir/build/BUILD/qpid-0.22/cpp/src/qpid/broker/amqp/Connection.cpp:66: [qpid.127.0.0.1:5672-127.0.0.1:42506]: 0 <- @attach(18) [name="service_queue_58e9c12b-04d1-45c7-85a1-8165dbdaeceb", handle=0, role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="service_queue", durable=0, timeout=0, dynamic=false, capabilities=:"create-on-demand"], target=@target(41) [address="service_queue", durable=0, timeout=0, dynamic=false], initial-delivery-count=0]
Also tried using qpid-send and verifying the source is set, and using qpid-receive and verifying the target is set.
|