Bug 975463
| Summary: | convert reply-to between 1.0 and 0-10 message formats | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Gordon Sim <gsim> |
| Component: | qpid-cpp | Assignee: | Gordon Sim <gsim> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Matousek <pematous> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | Development | CC: | 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:57:16 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 | ||
This issue has been fixed. Verified on rhel6.5 (x86_64, i386). packages under test: qpid-cpp-*-0.22-29 -> VERIFIED |
Description of problem: As of qpid 0.22 the reply-to property in a 1.0 message was not converted into a corresponding 0-10 reply to. This translation is lossy since the formats are quite different, but something better than no conversion at all should be attempted. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. ./examples/messaging server 2. ./examples/messaging client {protocol:amq1.0} Actual results: client doesn't get responses Expected results: client gets responses Additional info: