Hi,<div><br></div><div>I have two brokers in different data centers, both the brokers serve the same purpose. I wanted to see messages from broker1&#39;s &quot;/topic/test&quot; in broker2&#39;s &quot;/topic/test&quot; and vice-versa. So, i tried configuring shovel plugin, but it&#39;s going in a loop. Here&#39;s my configuration, please tell me what else is needed in these configurations to fulfill my requirement?</div>
<div><br></div><div>====hare.config====</div><div><div>[</div><div>{mnesia, [{dump_log_write_threshold, 100}</div><div>    ]},</div><div>{rabbit, [{vm_memory_high_watermark, 0.4}</div><div>    ]},</div><div>{rabbit_shovel,</div>
<div>    [{shovels,</div><div>        [{hellos_shovel,</div><div>            [{sources,      [{broker, &quot;amqp://guest:guest@localhost:5672/&quot;}</div><div>                    ]},</div><div>            {destinations, [{broker, &quot;amqp://&quot;}</div>
<div>                    ]},</div><div>            {queue, &lt;&lt;&quot;hellos&quot;&gt;&gt;},</div><div>            {auto_ack, false},</div><div>            {tx_size, 0},</div><div>            {reconnect_delay, 5}</div>
<div>            ]}</div><div>            ]</div><div>    }]</div><div>}</div><div>].</div><div>====hare.config====</div><div><br></div><div>====rabbit.config====</div><div><div>[</div><div>{mnesia, [{dump_log_write_threshold, 100}</div>
<div>    ]},</div><div>{rabbit, [{vm_memory_high_watermark, 0.4}</div><div>    ]},</div><div>{rabbit_shovel,</div><div>    [{shovels,</div><div>        [{hellos_shovel,</div><div>            [{sources,      [{broker, &quot;amqp://guest:guest@localhost:5673/&quot;}</div>
<div>                    ]},</div><div>            {destinations, [{broker, &quot;amqp://&quot;}</div><div>                    ]},</div><div>            {queue, &lt;&lt;&quot;hellos&quot;&gt;&gt;},</div><div>            {auto_ack, false},</div>
<div>            {tx_size, 0},</div><div>            {reconnect_delay, 5}</div><div>            ]}</div><div>            ]</div><div>    }]</div><div>}</div><div>].</div></div><div>====rabbit.config====</div><br>- praddy
</div>