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.
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.