I'm having trouble creating a federation upstream set in v3.0.<div><br></div><div>I have create an upstream via the Management interface. &nbsp;Using rabbitmqctl to list parameters, I get:</div><div><br></div><div>Listing runtime parameters ...</div><div>federation<span class="Apple-tab-span" style="white-space:pre">        </span>local-username<span class="Apple-tab-span" style="white-space:pre">        </span>"guest"</div><div>federation<span class="Apple-tab-span" style="white-space:pre">        </span>local-nodename<span class="Apple-tab-span" style="white-space:pre">        </span>"rabbit@my.local.computer"</div><div>federation-upstream<span class="Apple-tab-span" style="white-space:pre">        </span>MYCOMPUTER<span class="Apple-tab-span" style="white-space:pre">        </span>{"uri":"amqp://guest:guest@my.local.computer","max-hops":20,"trust-user-id":false}</div><div>...done.</div><div>&nbsp;</div><div>I would not like to create an upstream set and add this upstream to the set:</div><div><br></div><div>&gt; rabbitmqctl.bat set_parameter outbound '[{"upstream":"MYCOMPUTER"}]'</div><div>Setting runtime parameter "outbound" for component "federation-upstream-set" to "'[{upstream:MYCOMPUTER}]'" ...<br></div><div><div>Error: JSON decoding error</div></div><div><br></div><div>As best that I can tell, the JSON object appears to be well-formed, but I could be missing something.</div><div><br></div><div>Any ideas?</div><div><br></div>