Carl Trieloff wrote:
Vidhya Murali wrote:
Hi,
I wanted to know if there is any option to know about the number of
messages sent by a client to a queue (in the broker) so far or details
about the last message sent by a client to the queue.
you can see what the broker is doing by using qpid-tool for example, or
via API using QMF
You cannot see the number of messages sent by a session however, though
you can see the total number of 'frames' and 'bytes' sent in each
direction over a connection which will often be a useful indicator of
message volumes.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]