I am using Activemq to send and receive events between services. everything works fine but some times later I am getting the following error from Activemq
error(condition:amqp:resource-limit-exceeded,description:local-idle-timeout expired)
I dont know whenand why this error is coming from the broker. Am I missing any configurations? or How to avoid this error?