I use masstransit as service bus and I use pub/sub pattern for my application.
I would like to figure out if I can track message that comes up from the bus to subscribers.
I use json serializer.
Does MT have some 'entry point' in which I can get raw message body?