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.
Per RMQ Management HTTP API:
It would be great if I could, for example, say something like
client.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.