Bug 1183140
| Summary: | Do not reset delivery count and first acquirer fields on rejected and rerouted messages | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Petr Matousek <pematous> | ||||
| Component: | qpid-cpp | Assignee: | messaging-bugs <messaging-bugs> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Messaging QE <messaging-qe-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | Development | CC: | gsim, jross, zkraus | ||||
| Target Milestone: | 3.3 | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2025-02-10 03:43:56 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: | |||||||
| Attachments: |
|
||||||
|
Description
Petr Matousek
2015-01-16 19:12:18 UTC
Created attachment 980900 [details]
Reproducer
To compile:
g++ -lqpidmessaging 1183140.cpp -o 1183140
To run:
service qpidd restart
./1183140
Actual results:
Message properties: {x-amqp-first-acquirer:True}
Expected results:
Message properties: {x-amqp-delivery-count:1}
This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |