Log message acknowledgements with queue and message uuid
If we debug (or even trace) log all the acknowledgements we can use these to see both when a message is written to an outbox by the sender and when it is read from the inbox by the receiver. That way if we can get the uuid of the platform_status from SFMC and next mission_plan from ORI we can trace the time deltas throughout the backbone for those messages.
We can probably just configure the RMQ container to log at this level rather than making any code changes.