Hi Daniil,
Thanks for you response.
Yeah, shovel and email plugin are independent to each other. Actually I wrote about shovel plugin because currently what I'm doing is: connecting remote queues(AMQP 1.0) with rabbit mq over AMQP 0.9.1 to get messages and those messages are in compressed form.
So what I want is whenever there is message transformation from remote queues to rabbit mq, I can get those messages. If messages are easily consumed and parsed that is fine for me. If in case there will some kind of parsing errors or exception related to message, I want to send email. So can rabbitmq-email can helpful in that case?