1

By default, when the RabbitMQ server uses above 40% of the available RAM, it raises a memory alarm and blocks all connections that are publishing messages.

The memory threshold at which the flow control is triggered can be adjusted by editing the configuration file, but how to edit RabbitMQ configuration file for an instance on AWS?

1 Answers1

1

I have the same problem, apparently. At the time of writing, it is not possible to edit the Amazon MQ RabbitMQ configuration file. The AWS documentation describes editing of configuration files only for ActiveMQ engines.

As an alternative, you could e.g. launch a RabbitMQ docker image on ECS / EC2, or go all the way and set up a RabbitMQ server (or cluster) directly on EC2.

Pawel Kranzberg
  • 1,173
  • 15
  • 16