Bug 599046 - QMF console API has no natural way to filter out all heartbeats
Summary: QMF console API has no natural way to filter out all heartbeats
Keywords:
Status: NEW
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-qmf
Version: Development
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-02 15:12 UTC by Justin Ross
Modified: 2020-11-04 17:52 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Justin Ross 2010-06-02 15:12:05 UTC
There is a way to do it, but you have to plug in dummy values:

        self.qmf_session = Session(CuminConsole(self),
                                   manageConnections=True,
                                   rcvObjects=False,
                                   rcvEvents=False,
                                   rcvHeartbeats=False)

        # Filter out all heartbeats
        self.qmf_session.addHeartbeatFilter(vendor="ihopenot")

Comment 1 Justin Ross 2010-06-02 15:12:44 UTC
I forgot to note that this request only applies to v2 heartbeats.


Note You need to log in before you can comment on or make changes to this bug.