In Microsoft Azure, under service bus, you can see activity graphs for the different queues/topics etc.
The graph shows various different lines, such as incoming messages, outgoing messages, successful requests etc.
What is a Request? And what is a Message?
Requests seem to be constantly occurring and often significantly large than the number of messages (in topics). Even though the number of servers listening to the queue remains the same - sometimes the number of requests will dramatically increase without seeing any change in the number of messages.