When a queue has no traffic, there will be an extra field in the JSON called idle_since.
idle_since is nice to monitor queue activity/uptime. Tracking the message rates over time could give a similar number, but it's not as straightforward and you wouldn't have the timestamp which can be very useful for diagnosing issues.
Better would be idle_for (seconds).
Most helpful comment
Better would be
idle_for(seconds).