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.
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.