Bug 1049514
| Summary: | unimplemented qmf methods | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Petr Matousek <pematous> |
| Component: | qpid-qmf | Assignee: | messaging-bugs <messaging-bugs> |
| Status: | CLOSED UPSTREAM | QA Contact: | Messaging QE <messaging-qe-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.3 | CC: | jross |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-10 03:34:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |
Description of problem: There are many methods listed in the schema but not implemented, ie: session methods: resetLifespan(), solicitAck(), close() There are also another qmf methods that are implemented but only partially: qpid: call 116 query queue q qpid: OK (0) - {u'results': {}} qpid: call 116 query exchange amq.direct qpid: NotImplemented (3) - {} Version-Release number of selected component (if applicable): qpid-qmf-0.22-25 How reproducible: 100% Steps to Reproduce: 1. call the above mentioned qmf methods 2. NotImplemented Actual results: some of the methods listed in the schema are not implemented Expected results: all the methods listed in the schema are fully implemented Additional info: