Bug 981636
| Summary: | browse not supported over AMQP 1.0 | ||
|---|---|---|---|
| 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: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | Development | CC: | esammons, iboverma, jross, pematous, rrajasek |
| Target Milestone: | 3.0 | Keywords: | Improvement |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.22-12 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-21 12:55:15 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: | 1010399 | ||
Fixed upstream by https://svn.apache.org/r1518180 and https://svn.apache.org/r1518181. Should also point out that these require proton 0.5 Will also backport https://svn.apache.org/viewvc?view=revision&revision=1504071 as this is assumed by the change to the cmake file in the first of the commits above. Backport available on http://git.app.eng.bos.redhat.com/?p=rh-qpid.git;a=shortlog;h=refs/heads/0.22-mrg-BZ981636 Browse support was implemented and is functional. This issue has been fixed. Verified on rhel6.4 (i386,x86_64). packages used for testing: qpid-cpp-*-0.22-13.el6 |
Description of problem: The mode address option should allow a queue to be browsed rather than consumed. This is not available over 1.0 yet. Version-Release number of selected component (if applicable): As of qpid 0.22 How reproducible: 100% Steps to Reproduce: 1. put messages in a queue 2. try to browse them with e.g. 'my-queue; {mode: browse}' Actual results: Depending on exact version in use either observer that messages are in fact consumed or get an error indicating browse not being supported Expected results: Messages in queue should be retrieved by receiver, but not removed from the queue. Additional info: Depends on fix for PROTON-139 and is currently blocked pending 0.5 release of proton.