I have to figure out when a message was placed on the queue/topic by the producer and when it was read by consumer. The problem is that producer, tibco JMS machine and consumer have different time stamps.

Is there anything I can use to get the time message appeared on the queue in TIBCO time and when it was read from the queue in TIBCO time so that I can run some stats?

thanks