<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-family: Monaco; font-size: 12px; ">Hi,<br><br>I'm testing RabbitMQ with Mule using the JavaClient (RpcClient). I run 1000 requests in a single thread and all is good. As soon as a I spawn 2 or more client threads I get ShutdownSignalException. None of my code closes the connection but I can't figure out what does. The exception I get is:<br><br>Caused by: com.rabbitmq.client.ShutdownSignalException (connection error; reason: {#method&lt;connection.close&gt;(reply code=502, reply text=SYNTAX_ERROR, class id=60, method id=40),null,""})<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>at com.rabbitmq.client.impl.AMQConnection.shutdown(AMQConnection.java:565)<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>at com.rabbitmq.client.impl.AMQConnection.handleConnectionClose(AMQConnection.java:549)<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>at com.rabbitmq.client.impl.AMQConnection.processControlCommand(AMQConnection.java:526)<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>at com.rabbitmq.client.impl.AMQConnection$1.processAsync(AMQConnection.java:80)<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>at com.rabbitmq.client.impl.AMQChannel.handleCompleteInboundCommand(AMQChannel.java:146)<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>at com.rabbitmq.client.impl.AMQChannel.handleFrame(AMQChannel.java:101)<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>at com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:431)<br><br>Any ideas?</span><div><font class="Apple-style-span" face="Monaco" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Cheers,</div><div><br></div><div>Ross Mason</div><div>CTO, Co-Founder</div><div>MuleSource Inc.</div><div><br></div><div><a href="http://mulesource.com">http://mulesource.com</a> | <a href="http://blog.rossmason.com">http://blog.rossmason.com</a></div><div><br class="webkit-block-placeholder"></div></div><div><br class="webkit-block-placeholder"></div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"> </div><br></div></body></html>