<div dir="ltr"><div>Hello,</div><div>I use this file: <a href="https://github.com/rabbitinaction/sourcecode/blob/master/configs/rabbitmq/rabbitmq.config.shovel">https://github.com/rabbitinaction/sourcecode/blob/master/configs/rabbitmq/rabbitmq.config.shovel</a></div>
<div>So,it doesn&#39;t wok  on my installation (two debian-6 with rabbitmq 3.0.1).</div><div> </div><div>I had to add &quot;%2f” on [{broker, &quot;amqp://guest:guest@localhost:5672/%2f&quot;} and now it works.</div><div>
<br></div><div>Without &quot;%2f&quot; I get this error:</div><div>{amqp_error,access_refused,&quot;access to vhost &#39;&#39; refused for user &#39;shovel&#39;&quot;,&#39;connection.open&#39;}} </div><div><br></div><div>
I have read the amqp-uri spec here:</div><div><a href="http://pubs.vmware.com/vfabric52/index.jsp?topic=/com.vmware.vfabric.rabbitmq.2.8/rabbit-web-docs/uri-spec.html">http://pubs.vmware.com/vfabric52/index.jsp?topic=/com.vmware.vfabric.rabbitmq.2.8/rabbit-web-docs/uri-spec.html</a></div>
<div><br></div><div>Could be an error?  Or  some configuration changed with the release RabbitMQ 3.0 ?</div><div><br></div><div>Thank you!</div><div><br></div><div><br></div><div style>------------------------ my file -----------------------------</div>
<div><br></div><div><div>{rabbitmq_shovel,</div><div>       [{shovels,</div><div>         [{avocado_order_shovel,</div><div>           [{sources,      [{broker, &quot;amqp://guest:guest@localhost:5672/%2f&quot;},</div><div>
                            {declarations,</div><div>                               [{&#39;queue.declare&#39;,</div><div>                                       [{queue, &lt;&lt;&quot;backup_orders&quot;&gt;&gt;},durable]},</div>
<div>                                {&#39;exchange.declare&#39;,</div><div>                                       [{exchange, &lt;&lt;&quot;incoming_orders&quot;&gt;&gt;},</div><div>                                        {type, &lt;&lt;&quot;direct&quot;&gt;&gt;},durable]},</div>
<div>                                {&#39;queue.bind&#39;,</div><div>                                    [{exchange, &lt;&lt;&quot;incoming_orders&quot;&gt;&gt;},</div><div>                                     {queue, &lt;&lt;&quot;backup_orders&quot;&gt;&gt;},</div>
<div>                                     {routing_key, &lt;&lt;&quot;warehouse&quot;&gt;&gt;}]}</div><div>                               ]}]},</div><div>            {destinations, [{broker, &quot;amqp://guest:guest@debianSlave:5672&quot;},</div>
</div><div><br></div><div><br></div><div>------------------------------------------------------------</div><div><br></div>-- <br>Gabriele Santomaggio
</div>