<div dir="ltr">So I actually moddified the rabbitmqadmin stuff myself to add support. �Either method would work, attached is the diff with the changes I made if you&#39;d prefer something like it. �It adds similar to the option parameters argument parameters for the 3 I&#39;ve seen the most - x-dead-letter-exchange, x-dead-letter-routing-key, and alternate-exchange. �Obviously dead letters are for queues and alternate exchanges are for exchanges :) �<div>
<br></div><div style>Jason</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 18, 2013 at 5:05 AM, Simon MacMullen <span dir="ltr">&lt;<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 17/01/13 17:27, Jason McIntosh wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I was looking to see if I could pass<br>
arguments to the creation of the exchange somehow. �Any advice on this?<br>
</blockquote>
<br></div>
This isn&#39;t possible in the version of rabbitmqadmin that ships with 3.0.1. But I just merged support for arguments. So you can download an updated rabbitmqadmin from<br>
<br>
<a href="http://hg.rabbitmq.com/rabbitmq-management/raw-file/5c771ead6890/bin/rabbitmqadmin" target="_blank">http://hg.rabbitmq.com/<u></u>rabbitmq-management/raw-file/<u></u>5c771ead6890/bin/rabbitmqadmin</a><br>
<br>
and then use it like so:<br>
<br>
rabbitmqadmin declare exchange name=test type=topic \<br>
� &#39;arguments={&quot;alternate-<u></u>exchange&quot;:&quot;amq.fanout&quot;}&#39;<br>
<br>
(The single quotes are there to defend the JSON from sh. Quoting rules may differ in other shells or on Windows.)<br>
<br>
This feature will ship in 3.1.<br>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Simon MacMullen<br>
RabbitMQ, VMware<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Jason McIntosh<br><a href="http://mcintosh.poetshome.com/blog/">http://mcintosh.poetshome.com/blog/</a><br>573-424-7612
</div>