Configuration of RabbitMQ with the new AiiDA version

Hi everyone!

I am installing the new AIIDA on a workstation. I have installed aiida-core.services via conda install -c conda-forge and now, rabbitmq is installed in the corresponding conda environment.

Since my current Rabbitmq version is too recent, I have to configure the timeout as explained here.

This page tells you to go or create the folder

/etc/rabbitmq/advanced.config

Which is independent of the conda environment in which rabbit is installed. In my case, I do not have yet a configuration file created but I noticed that I have a rabbitmq folder inside my aiida conda environment:

/home/ICN2/jgarridoa/miniconda3/envs/aiida/etc/rabbitmq

Should I follow the instructions on the previous links but for the rabbitmq configuraton file in the folder I have in my conda environment?

Thanks in advance

Jaime

Hi Jaime,

you should use the config folder in your conda environment. We do the same in AiiDAlab with in this script