如何获取 RabbitMQ 收到消息的时间戳?在我们的应用程序中,我们想要测量消息在队列中的时间:
time_in_queue=System.currentTimeMillis() - timestamp_from_msg
rabbitmq
rabbitmq ×1