Hey guys - thanks everyone for your help. Thought I&#39;d update the list with resolution, in case others have the same problem and are searching the list archives. There were two different dumb things I was doing.<div><br>
</div><div>The first (REALLY dumb) was that I had stopped and started one of my EC2 instance and the DNS / IP had changed. Make sure you&#39;ve got elastic IPs set up so that the IP address isn&#39;t changing on you.</div>
<div><br></div><div>After that, I was still getting timeout errors with Shovel. The issue was that I had to open up port 5672 on windows firewall on my windows server. Remember that, for windows servers on EC2, there are effectively two�separate places that access is locked down -- EC2 security groups and windows firewall; both need to be configured to allow access on 5672.</div>
<div><br></div><div>/prc<br><br><div class="gmail_quote">On Thu, Jul 12, 2012 at 5:29 AM, Francesco Mazzoli <span dir="ltr">&lt;<a href="mailto:francesco@rabbitmq.com" target="_blank">francesco@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">Hi Parker,<br>
At Wed, 11 Jul 2012 19:42:27 -0700,<br>
<div class="im">Parker Conrad wrote:<br>
&gt; Here&#39;s the error I get when I check on Shovel&#39;s status:<br>
&gt;<br>
&gt; sudo rabbitmqctl eval &#39;rabbit_shovel_status:status().&#39;<br>
&gt; [{scrape_request_shovel,<br>
&gt; � � �{terminated,<br>
&gt; � � � � �{{badmatch,{error,access_refused}},<br>
&gt; � � � � � [{rabbit_shovel_worker,make_conn_and_chan,1},<br>
&gt; � � � � � �{rabbit_shovel_worker,handle_cast,2},<br>
&gt; � � � � � �{gen_server2,handle_msg,2},<br>
&gt; � � � � � �{proc_lib,init_p_do_apply,3}]}},<br>
&gt; � � �{{2012,7,12},{2,7,30}}}]<br>
&gt; ...done.<br>
<br>
</div>It looks like the authentication is failing. Could you double check that the<br>
credentials you configured shovel with are correct? The logs on the broker will<br>
help understanding what&#39;s going on. Also, don&#39;t forget to tell us what version<br>
of rabbit you are using when posting to the mailing list.<br>
<br>
--<br>
Francesco * Often in error, never in doubt<br>
</blockquote></div><br></div>