Bug 586411

Summary: Need low-level, data-oriented method call interface in python qmf console
Product: Red Hat Enterprise MRG Reporter: Justin Ross <jross>
Component: qpid-qmfAssignee: messaging-bugs <messaging-bugs>
Status: NEW --- QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: Development   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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 Justin Ross 2010-04-27 13:57:33 UTC
Right now, the lowest-level method call interface on qmf.console.Session (_sendMethodRequest) requires a number of high-level objects that many console users don't have around and will need to synthesize.  This is done needlessly, because the _sendMethodRequest then unpacks those objects to get at their data.

I propose there be an alternate interface that takes data, not objects.