I have a Rabbit MQ trigger node that watches for messages in a queue. When executing the node manually I get the following error: Frame size exceeds frame max
This error occurs even before inserting a message into the exchange/queue. It errors as soon as the node is executed and connection starts.
Hey @Gowthaman_Prabhu, are you by any chance running n8n behind a reverse proxy server or load balancer? This might cause trouble as RabbitMQ uses the AMQP protocol instead of the HTTP protocol which most reverse proxy servers are configured to handle. Check out their documentation on this topic:
That looks to be ok, I take it you are not using HTTPS or port 443 to access n8n? Have you tried with the image we supply to see if the issue exists there as well?