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's "/topic/test" in broker2's "/topic/test" and vice-versa. So, i tried configuring shovel plugin, but it's going in a loop. Here'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, "amqp://guest:guest@localhost:5672/"}</div><div> ]},</div><div> {destinations, [{broker, "amqp://"}</div>
<div> ]},</div><div> {queue, <<"hellos">>},</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, "amqp://guest:guest@localhost:5673/"}</div>
<div> ]},</div><div> {destinations, [{broker, "amqp://"}</div><div> ]},</div><div> {queue, <<"hellos">>},</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>