Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reuse timestamp in rabbit_message_interceptor
## What? `mc:init()` already sets mc annotation `rts` (received timestamp). This commit reuses this timestamp in `rabbit_message_interceptor`. ## Why? `os:system_time/1` can jump forward or backward between invocations. Using two different timestamps for the same meaning, the time the message was received by RabbitMQ, can be misleading.
- Loading branch information