Thanks Luke for the reply.
Details below -
1. Python - 3.8.10 RabbitMQ - 3.9.20 Erlang - 24.3.4.2
[error] <0.28638.0> operation basic.publish caused a connection exception unexpected_frame: "expected content body, got non content body frame instead"
[info] <0.28638.0> closing AMQP connection <0.28638.0> (
10.20.0.15:55856 ->
10.20.0.12:5672, vhost: '/', user: 'guest')
3. Based on the RabbitMQ Logs, It seems like only during Publish.
4. Not at the beginning - Its just intermittent as well later in terms of when it appears, but It will always appear.
5. There is no device/proxy between app and RabbitMQ
6. One thing about the code is, Its using same channel for publish and consume, I also tried to separate it, still I see the issue.
Thanks,
Arun