Skip to content

Need additional attributes in NodeInfo of node.go file and QueueInfo of queue.go #115

Description

@Durgababu

Hi,
I need few more attributes in NodeInfo and QueueInfo structures, which are available in same json responses.

In NodeInfo structure of node.go file , I need below two attributes additionally ...

ProcUsed int json:"proc_used"
ProcTotal int json:"proc_total"

In QueueInfo structures of queue.go file, need below attribute additionally....

ActiveConsumers int64 json:"active_consumers"

Only these lines should be included in the code. No further changes required as we have these attributes available in response jsons.

Please do the changes and commit, so that i can use the latest package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions