pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
747 stars 144 forks source link

Support Messages in pure Json #103

Closed pardahlman closed 8 years ago

pardahlman commented 8 years ago

RawRabbit should be able to support messages delivered from other clients, regarding language or framework. Json being our default serialization format, it should out of the box support messaages without any headers, context etc. as long as it is valid json that can be deserialized to the .NET class defined for the subscriber.