<div>In fairness, I probably over complicated things by trying to be as explicit as possible with the config.�</div><div>But here is my updated gist containing a &#39;publish_fields&#39; addition to ensure the messages go to the destination exchange:�<a href="https://gist.github.com/2723964" target="_blank">https://gist.github.com/2723964</a></div>

<div><br></div><div>With that adjustment, you should be able to publish a message to &#39;source_exchange&#39; without a routing key, and have it turn up in &#39;destination_queue&#39;.</div><div><br></div><div>Here are also a couple of things you can do to assist in debugging shovel problems:</div>

<div><br></div>Firstly tailing the logs under /var/log/rabbitmq�will show any specific authentication/vhost errors the shovel has while starting up.<div><div><br></div><div>The shovel management plugin can be enabled via:�rabbitmq-plugins enable rabbitmq_shovel_management</div>

<div>This will let you see the status of the shovel via a tab in the management ui.</div><div><br></div><div>PS.�If you are running the shovel plugin as either the source or destination for the configuration then you can specify the amqp uri as just &quot;amqp://&quot;.�</div>

<div>The shovel plugin will then use guest on vhost &#39;/&#39; via the amqp direct connection - this is a good. You can read more about the direct connection here:�<a href="http://www.rabbitmq.com/erlang-client-user-guide.html#model" target="_blank">http://www.rabbitmq.com/erlang-client-user-guide.html#model</a></div>

<div><br></div><div><br><div class="gmail_quote">On Fri, May 18, 2012 at 12:05 PM, bino oetomo <span dir="ltr">&lt;<a href="mailto:bino@indoakses-online.com" target="_blank">bino@indoakses-online.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Brendan<br>
I really appreciate your help<br>
On 05/18/2012 03:37 PM, Brendan Hay wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Bino,<br>
...<div><br>
I&#39;ve tried to outline the above in a (untested) configuration snippet here:<br>
<a href="https://gist.github.com/2723964" target="_blank">https://gist.github.com/<u></u>2723964</a><br>
<br>
</div></blockquote>
<br>
I try to adopt your configuration.<br>
Here is my config file at <a href="http://pastebin.com/b6Z2UNqJ" target="_blank">http://pastebin.com/b6Z2UNqJ</a><br>
<br>
When I try to post msg to source broker .. got no error<br>
But ... some how the msg is looks like going no where<br>
<br>
I check the management GUI :<br>
1. Source broker .... no ready msg in all queue<br>
2. Destination broker .... no ready msg in all queue in all vhost<div><div><br>
<br>
Sincerely<br>
-bino-<br>
<br>
______________________________<u></u>_________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.<u></u>rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<u></u>cgi-bin/mailman/listinfo/<u></u>rabbitmq-discuss</a><br>
</div></div></blockquote></div><br></div></div>