Trying to run two instances of rabbitMQ for Nameko

From @sammy200592 on Mon Jul 02 2018 23:01:15 GMT+0000 (UTC)

Hi Matt,

I tried the method you suggested on the link
https://github.com/nameko/nameko/issues/498

I did this:
AMQP_URI: amqp://guest:guest@localhost:562/;amqp://guest:guest@localhost:5672/

This works fine when my first port address is set to the correct port i.e 5672 but it gives me an error when the first port is wrong and the second port is right just like in the case above.

I am trying this for the Nameko service and getting the following error:
OSError: [Errno 61] ECONNREFUSED

Copied from original issue: https://github.com/nameko/nameko/issues/552