Skip to content

support optional parameters, e.g. columns #29

@msayler

Description

@msayler

Per RMQ Management HTTP API:

Many URIs return lists. [...] You can also restrict what information is returned per item with the columns parameter. This is a comma-separated list of subfields separated by dots. See the example below.

It would be great if I could, for example, say something likeclient.list_queues(:columns=>["name","messages"]) This particular use case can reduce both client and server load when incurred when doing monitoring checks using the client for clusters with 100s or 1000s of queues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions