Bug 647858
| Summary: | Qpid Messaging .NET Binding can not ack individual messages. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Chuck Rolke <crolke> |
| Component: | qpid-sdk | Assignee: | Chuck Rolke <crolke> |
| Status: | CLOSED ERRATA | QA Contact: | Petra Svobodová <psvobodo> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.3 | CC: | iboverma, jneedle, psvobodo, tross |
| Target Milestone: | 2.0 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Windows | ||
| Whiteboard: | |||
| Fixed In Version: | 1.3.8.1 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: Session functions to acknowledge individual messages are absent.
Consequence: Access to native functionality is not possible.
Fix: Add the missing functions to the binding layer.
Result: Customers may call the Session acknowledge functions as expected.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-23 15:49:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Chuck Rolke
2010-10-29 17:45:40 UTC
See upstream QPID-2807. The C++ interface changes were made on 20-Aug-2010. The .NET binding never reflected them. The fix has been checked in as r1028859.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Cause: Session functions to acknowledge individual messages are absent.
Consequence: Access to native functionality is not possible.
Fix: Add the missing functions to the binding layer.
Result: Customers may call the Session acknowledge functions as expected.
The function Session::Acknowledge(Message ^) is implemented in the tested packages and was tested by using in the C++ drain example. Tested packages version: qpid-cpp-xX-2.0.0.1 The drain example application using the Session::Acknowledge(Message^) function proceeds without errors --> VERIFIED The both Acknowledge methods (C++ and C#) were tested and proceed without errors --> VERIFIED The function Session::Acknowledge(Message ^) is implemented in the tested packages and was tested by using in the C++ drain example. Tested packages version: qpid-cpp-xX-2.0.0.1 The drain example application using the Session::Acknowledge(Message^) function proceeds without errors --> VERIFIED An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0890.html |