Number of running RQM adapters limit.
One answer
I figured put what the problem was. The rqm.adapterId in the Config2.ini file is also used to identify the adapter, so I need to create multiple Config2.ini file and give them as argument in the starts.sh cmd, ie
./start.sh -configFile ./Config01.ini
and use a different rqm.adapterId in each config file.