logstash - What happend if I configure a queue size limit in rabbitmq? -


I want to find a way to limit the amount of messages in a queue using rabbitmq. I read this article where it says the following:

Configuring the "x-max-length" parameter will delete the message or enter the room in front of the queue Dead - for new messages after reaching the limit.

My question is what happens with the dropped messages? We have a log-session as publishers but we do not want to lose some data.

I have been explained clearly.

Regards.

Mizole.

As

says:

messages will be deleted Or dead-

Then you can select dead-letter messages and implement them in some way or you can not use the maximum length on the queue.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -