<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 28, 2013 at 12:18 PM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:michael@rabbitmq.com" target="_blank">michael@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">&gt; However, with this tool, I can see messages being delivered to the cluster, but they never make it to the queue or are retained there:<br>
<div class="im">
&gt;<br>
&gt; ./runjava.sh com.rabbitmq.examples.PerfTest -k &quot;test&quot; -C 100000 -x 1 -y 0 -s 4 -f persistent<br>
<br>
</div>Add -e �� -t �direct� to publish using default exchange.<br>
<br>
Perhaps PerfTest should use default exchange unless exchange name is provided.<br></blockquote><div><br></div><div>That&#39;s the behaviour I&#39;d expect, but isn&#39;t good if someone runs against a production cluster (which isn&#39;t a great idea, but still, it might happen). In any case, -t direct doesn&#39;t seem to help, getting the same stack traces.<br>
<br>Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; reason: {#method&lt;channel.close&gt;(reply-code=403, reply-text=ACCESS_REFUSED - operation not permitted on the default exchange, class-id=40, method-id=10), null, &quot;&quot;}<br>
<br> I don&#39;t see any options to this class to pass guest/guest default 
authentication to it, which might be what&#39;s happening here. Is there an environment variable or something I&#39;m missing to set the login username and password?<br><br></div><div>Graeme<br><br></div></div></div></div>