Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 714553 Details for
Bug 772028
malfunctioning unsettled() receiver method
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Uses session.acked list to determine the number of acknowledged messages awaiting confirmation
bz772028.patch (text/plain), 511 bytes, created by
Ernie
on 2013-03-22 13:58:39 UTC
(
hide
)
Description:
Uses session.acked list to determine the number of acknowledged messages awaiting confirmation
Filename:
MIME Type:
Creator:
Ernie
Created:
2013-03-22 13:58:39 UTC
Size:
511 bytes
patch
obsolete
>Index: python/qpid/messaging/endpoints.py >=================================================================== >--- python/qpid/messaging/endpoints.py (revision 1459771) >+++ python/qpid/messaging/endpoints.py (working copy) >@@ -983,7 +983,7 @@ > """ > Returns the number of acknowledged messages awaiting confirmation. > """ >- return len([m for m in self.acked if m._receiver is self]) >+ return len([m for m in self.session.acked if m._receiver is self]) > > @synchronized > def available(self):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 772028
: 714553 |
737696
|
771817