I have Rebus'es Message Auditing feature turned on but currently nothing to consume the messages ending up in the queue. I want to be able to consume all the messages and simply write them to offline storage.
I don't need my AuditConsumer service to know about all the different types of messages, I just want to get the json data and write it to a file.
Is it possible to do this in Rebus?