Hey,ive set up 2 test rabbitmq servers on one machine,both on different ports<div><br></div><div>one server configures the federation plugin to define the other one as an upstream exchange.</div><div><br></div><div>after that is done,what do i need to do in order to be able to recieve messages from the upstream exchange?</div><div>how do i reference the exchange?</div><div><br></div><div>if my define exchange is name 'yoni', i tried running channel.topic('yoni', :auto_delete =&gt; true)</div><div>which is the exact same configuration i gave in the federation plugin config,and in the server logs i get an erro that i am trying to re-define the exchange with different attributes/properties.</div><div><br></div><div>on my downstream server,the one that defined the federation plugin,i reference the exchange as well,and bind a queue to it with the binding key '#' - meaning it should recieve all messages from the exchange,no matter which routing key.</div><div><br></div><div>And ofcourse no messages are recieved.</div><div><br></div><div>Help will be appriciated,</div><div><br></div><div>Kindest Regards,</div><div><br></div><div>Yoni Gozman</div>