Reputation: 637
I am looking for Max messages allowed in a queue in RabbitMQ I understand from some of the links that, there is no limit on this unless we specify.
Was searching for some authorized/from RabbitMQ information on this for some time, but not finding exact information other than below link.
[http://rabbitmq.1065348.n5.nabble.com/Max-messages-allowed-in-a-queue-in-RabbitMQ-td26063.html][1]
Well, for my scenario I have not specified max limit, now I would like to know, if the max messages allowed in a queue is unlimited, then based on what? Does it depend on system attributes (memory) ? I mean Number of messages proportional to the memory?
Do we have this mentioned in any of RabbitMQ documents? Kindly share if anyone has got. Any answers much appreciated.
Note:- am searching this info for worst case scenario
Upvotes: 2
Views: 1878
Reputation: 72868
memory and hard drive space... that's where the limit sits.
Upvotes: 3