Improved queue status message
Added fields to QueueSummary.msg
and populated them when publishing queue_status
:
# Name of subscribed topic
string topic
# The size in bits of the next message in this queue
int32 next_message_size_bits
# The total size of all messages in this queue (in bits)
int32 total_bits_in_queue