Bug 1006976
Summary: | [amqp1.0] consumer subscribed to xml exchange using xquery filter acquires always the same message | ||
---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Petr Matousek <pematous> |
Component: | qpid-cpp | Assignee: | Gordon Sim <gsim> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Matousek <pematous> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | Development | CC: | esammons, iboverma, jross |
Target Milestone: | 3.0 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qpid-cpp-0.22-14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-21 12:55:48 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 |
Description
Petr Matousek
2013-09-11 15:43:56 UTC
This is fixed by https://bugzilla.redhat.com/show_bug.cgi?id=1004002 A workaround is to explicitly clear the message after each fetch, e.g. by adding message = Message(); at the end of the while loop in drain.cpp This issue has been fixed. Verified on rhel6.4 (i386, x86_64). packages used for testing: qpid-cpp-*-0.22-22.el6 |