On 06/13/2013 09:08 PM, Rajesh Khan wrote:
Does qpid offer any functionality that might enable us to obtain the time a
message was dispatched and the time it was read ?

There is nothing built-in but it is relatively simple to add a timestamp to the messages as you send them and then calculate the latency when you receive them. This of course relies on the clocks being synchronised. Have a look at the qpid-send and qpid-receive test utilities for example which do that (and report latency when used e.g. in qpid-cpp-benchmark).


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to