I'm new to RabbitMQ,
just went over the documentation but didn't find any mechanism on checking message integrity. Message consumption acknowledgment only checks delivered or not but what if the message payload is contaminated. Or is it supported by AMQP protocol?
Thanks in advance!