This is a followup to a previous question I asked:
How do I deserialize a dead lettered message when dead lettering changes the type?
The problem I'm having now is that I can't see the extra header info that RabbitMQ adds when a message dead letters.
The extra header info is under "x-death" and they are count, reason, queue, time, exchange and routing-keys. Once EasyNetQ deserializes the message back into my custom message class, this header info seems to vanish. Is there any way to still access it from inside my C# application?