The RabbitMQ msg_store_transient directory uses all free disk space

I have a problem with RabbitMQ 2.8.2 server. After one or two days of use, I get a disk space warning from RabbitMQ, and the only solution found is to clear the / var / lib / rabbitmq / mnesia / rabbit @ linux-3blg / msg_store_transient directory and restart RabbitMQ. I use fairly large messages in my 1-50MB program, maybe there is a problem, but I really need stability. Does anyone know a solution?

+4
source share
1 answer

This means that messages are not acknowledged or used. This may help use Time-To-Live Extensions. See http://www.rabbitmq.com/ttl.html#per-queue-message-ttl and set the expiration date for messages.

+1
source

All Articles