Expected behaviour: Applications using Rabbit Consumer can provide different parsers to parse Rabbit Payload Message . Parser type can be JSON or Plain Text
• Keep object RabbitMessage name based on data type it is holding (e.g. JSON, PLAIN,Throwable)
Actual behaviour:
Currently Rabbit Consumer is hardcoded to use JSON format only
Steps to reproduce behaviour: