AMQP dump writes incorrect body

Hello!

I'm using packetbeat to capture AMQP traffic with send_response option enabled. Messages are in JSON. Sometimes it shows me valid JSON that was expected, but sometimes response looks like list of a numbers (I'll show below). Rabbit server, exchange, queue and everything is absolutely the same every time.
And also there's application that reads AMQP messages. Inside of it these messages with numbers are handled correctly, so the only problem is - they are dumped wrong...

response 123 13 10 34 112 97 121 68 97 116 101 34 58 34 50 48 50 48 45 48 52 45 50 48 84 48

Could you please give me some suggestions what could I do in that case?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.