When a message is sent to an exchange, does the time of acceptance get recorded?<div>When I debug using either tcpdump or my client library (amqp for node.js), I don't see any timestamp.</div><div>Here's what happens during a basic consume:</div><div><br></div><div><div>1 &gt; basicDeliver {"consumerTag":"node-amqp-24949-0.9644300159998238","deliveryTag":1,"redelivered":false,"exchange":"facts","routingKey":""}</div><div><br></div><div>1 &gt; content header ["basic",0,{"contentType":"application/octet-stream"},39]</div><div><br></div><div>1 &gt; content 39</div><div><br></div></div><div>Thanks,</div><div>/w</div>