amqp / rhea

A reactive messaging library based on the AMQP protocol
Apache License 2.0
273 stars 80 forks source link

amqp:resource-limit-exceeded ERROR #404

Closed iam-baju closed 1 year ago

iam-baju commented 1 year ago

Hi Team (@grs), We're getting below error while pushing the messages to a queue over rhea connection. 'connection_error' event is thrown with the below message.

"msg":"Fatal Error! Connection Error occurred on container","type":"log","custom_fields":{"context":"{\"message\":\"Could not allocate receiver Link object\",\"condition\":\"amqp:resource-limit-exceeded\",\"description\":\"Could not allocate receiver Link object\"}"},"level":"error"}

can you tell when/how is the amqp resource limit exceeded and what does this actually means. Also would appreciate any suggestions you have to resolve this issue.

Thanks in advance

grs commented 1 year ago

Assuming you are using rhea against a broker, it is the broker that is sending that message and you will need to consult with the support team or docs from whatever broker that is.