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
질문됨 2년 전303회 조회
1개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠