RabbitMQ max-queues and max-length quotas

0

Hi,

The default broker limitations mentions the max-queues and max-length as 10K and 12M for the m5.4xlarge cluster instance type. However, it does mention that these limits are based on the assumption that an average message size is 5KB. For my requirement, we need more queues and our average message size is not going to exceed 200 Bytes. Also the length of each queue will not exceed 100.

  1. Does this mean we can increase the max-queue number?

  2. Not sure if the below calculations are correct: Max-Length of queues = 12000000 Avg Message size = 5KB Total size = max-length * avg message size = 60GB. Does this mean that we have 60GB for messages in the m5.4xlarge cluster instance in total ?

AWS
posta 2 anni fa303 visualizzazioni
1 Risposta
0
  1. Yes you can increase the default limits, they are there as defaults but you can override them.
  2. That would be roughly right.
AWS
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande