Hi All,<br><br>Having 3 rabbitmq servers installed on one machine.<br>The configuration below, also attached are the config files.<br>1) node name: hare<br>host: localhost<br>tcp listener: 5672<br>mgmt listener: 55670<br>web console: 55672<br>

config file: hare.config<br><br>2) node name: rabbit1<br>host: localhost<br>tcp listener: 5673<br>mgmt listener: 55673<br>web console: 55674<br>config file: rabbit1.config<br>
<br>3) node name: rabbit2<br>host: localhost<br>tcp listener: 5674<br>mgmt listener: 55675<br>web console: 55676<br>config file: rabbit2.config<br>

<br><span style="font-family:courier new,monospace">�------------------------------------------------</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">�| localhost (127.0.0.1)����������������������� |</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">�|�������������������������� +--+ +--+��������� |</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">�|���������������� M1������� |� | |� |����� M1� |</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">�|�������������� --------&gt;�� |� +-+� +--+�� M3� |</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">�|���������������� M2������� | rabbit1� |�� M5� |</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">�|�������������� --------&gt;�� |��������� |�� M7� |</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">�|� +--+ +--+����� M3������� +----------+������ |</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">�|� |� | |� |��� --------&gt;��������������������� |</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">�|� |� +-+� +--+�� M4�������������������������� |</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">�|� |� hare��� | --------&gt;��������������������� |</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">�|� |��������� |�� M5�������������������������� |</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">�|� +----------+ --------&gt;��� +--+ +--+�������� |</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">�|���������������� M6�������� |� | |� |���� M2� |</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">�|�������������� --------&gt;��� |� +-+� +--+� M4� |</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">�|���������������� M7�������� | rabbit2� |� M6� |</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">�|�������������� --------&gt;��� |��������� |����� |</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">�|��������������������������� +----------+����� |</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">�------------------------------------------------</span><br><br>Downstream messages are sent as M1, M2..... M7.<br>The messages received on the federated clients are as<br>
rabbit1 receiving M1, M3, M5, M7<br>
rabbit2 receiving M2, M4, M6<br><br>Why are all the messages not being received by both rabbit1 and rabbit2.<br><br>This also happens for the case below:<br>1) node name: hare<br>
host: 204.11.52.128<br><br>
2) node name: rabbit1<br>

host: 192.168.1.1 (NAT: 204.8.156.142)<br>
<br>3) node name: rabbit2<br>

host: 192.168.1.2 (NAT: 204.8.156.142)<br>
<br>i.e hare is a hosted rabbitmq server. While rabbit1 and rabbit2 are in a local environment accessing hare.<br><br>Regards.<br>