--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Eric,The default queue settings don't really have a limit on the number of messages. It has more to do with the size of memory and / or hard drive space on the server.you can set a a queue limit to create a limit, though. this is the maximum number of messages (or bytes) allowed in a queue. when the limit is reached, old messages a dropped to make room for the new messages. see https://www.rabbitmq.com/maxlength.html- Derick