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 577764 Details for
Bug 812950
Duplicate delivery after consumer failover in HA configuration.
[?]
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.
test client for pausing before acking allowing time to kill connected broker.
ha_client_recv.py (text/x-python), 621 bytes, created by
Andrew Replogle
on 2012-04-16 16:24:00 UTC
(
hide
)
Description:
test client for pausing before acking allowing time to kill connected broker.
Filename:
MIME Type:
Creator:
Andrew Replogle
Created:
2012-04-16 16:24:00 UTC
Size:
621 bytes
patch
obsolete
>#!/usr/bin/python > >import sys >from qpid.messaging import * >from qpid.messaging.util import * > >broker = "localhost:5672" if len(sys.argv)<2 else sys.argv[1] >address = "ha_test" if len(sys.argv)<3 else sys.argv[2] > >connection = Connection(broker) >connection.reconnect = True > >try: > connection.open() > auto_fetch_reconnect_urls(connection) > session = connection.session() > > receiver = session.receiver(address) > > message = receiver.fetch(timeout=1) > print raw_input("Press <ENTER> to ACK:") > print message.content > session.acknowledge() > >except MessagingError,m: > print m >finally: > connection.close()
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 Raw
Actions:
View
Attachments on
bug 812950
: 577764