<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"><<a href="mailto:michael@rabbitmq.com" target="_blank">michael@rabbitmq.com</a>></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">> 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">
><br>
> ./runjava.sh com.rabbitmq.examples.PerfTest -k "test" -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's the behaviour I'd expect, but isn't good if someone runs against a production cluster (which isn't a great idea, but still, it might happen). In any case, -t direct doesn't seem to help, getting the same stack traces.<br>
<br>Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; reason: {#method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - operation not permitted on the default exchange, class-id=40, method-id=10), null, ""}<br>
<br> I don't see any options to this class to pass guest/guest default
authentication to it, which might be what's happening here. Is there an environment variable or something I'm missing to set the login username and password?<br><br></div><div>Graeme<br><br></div></div></div></div>