Expected behaviour:
Rabbit Consumer to accept pay load as plain text instead or JSON
Actual behaviour:
• Currently RabbitMessage type is of fixed type as JSON
• We can allow type ANY or Plain Text which can allow consumers to publish any type of event (not only JSON)
Steps to reproduce behaviour: