You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)