<div dir="ltr"><blockquote type="cite" style="font-family: arial, sans-serif;"><font size="2" color="#000000">Hi,<br><br>I’m Vitor Cardoso, i am a software developer and a i have started work with RabbitMq a few months ago.<br><br>I think you can help me on this:<br><br>RabbitMq “local” - L<br>RabbitMQ “external”- E<br><br>I have this scenario, “n” instances of RabbitMq locally installed isolated from each other, one RabbitMQ for each server,them i have one server “external” that contains a RabbitMQ server and other software using it.<br><br>So in certain point i need to send a message (an RPC) from my E to one of this L, so i have a rabbitmq.config file in L that consumes from a queue “X” of E and publish to exchange “Y of L. It work’s, but like message is an RPC, it is created a dynamic queue for response in E and this context don’t is passed to my L, so my L consumes the message and can’t send the response.<br><br>It’s possible do this by this way? Can i pass context of a RPC throw shovel or federation?<br><br>Thanked for your help,<br><br>VItor Cardoso</font></blockquote></div>