Hello everyone,<div><br></div><div>we are using mcollective and a RabbitMQ (and the STOMP connector) to manage our servers. Unfortunately we updated to RabbitMQ 3.1.3 and now we have a strange behaviour. When I ping a server with mco ping I only get a response from a server only once. When I restart mcollective on the server I will get an answer the next time and when I restart the MQ all server will answer one time.</div><div><br></div><div>I checked the MQ with the management console and I see a STOMP connection for the mcollective server and every time I use <font face="courier new, monospace">mco ping</font> a new STOMP connection appears. The STOMP connection created with the ping seems to stay, even when the ruby process is already terminated.&nbsp;</div><div><br></div><div>Fortunately I found an "old" 3.0.1 Rabbit MQ installation on one of our servers and on this version mcollecive works like before (the setup works unchanged since January 2013). The setup consists of:<br><ul><li>Ubuntu 12.04 LTS<br></li><li>mcollective 2.2.4<br></li><li>Stomp Gem 1.2.10 (tested 1.2.9 and 1.2.8)<br></li><li>Rabbit MQ 3.1.3 with the embedded Rabbit Stomp Adapter (works on 3.0.1)<br></li><li>Ruby 1.8.7</li></ul></div><div>Additionally I have stuff like this in the sasl log:</div><div><br></div><div><div><font face="courier new, monospace">=SUPERVISOR REPORT==== 19-Jul-2013::07:57:23 ===</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp;Supervisor: {&lt;0.570.0&gt;,rabbit_stomp_client_sup}</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp;Context: &nbsp; &nbsp;shutdown</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp;Reason: &nbsp; &nbsp; reached_max_restart_intensity</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp;Offender: &nbsp; [{pid,&lt;0.572.0&gt;},</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {name,rabbit_stomp_processor},</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {mfa,</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {rabbit_stomp_processor,start_link,</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [[#Fun&lt;rabbit_stomp_reader.0.27462503&gt;,</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {amqp_adapter_info,</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {0,0,0,0,0,65535,32512,1},</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 61613,</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {0,0,0,0,0,65535,32512,1},</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 60494,</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;&lt;"127.0.0.1:60494 -&gt; 127.0.0.1:61613"&gt;&gt;,</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {'STOMP',0},</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [{ssl,false}]},</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #Fun&lt;rabbit_stomp_reader.1.72915041&gt;,none,</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {stomp_configuration,"guest","guest",false,</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; false}]]}},</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {restart_type,intrinsic},</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {shutdown,4294967295},</font></div><div><font face="courier new, monospace">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {child_type,worker}]</font></div></div><div><br></div><div>Any Ideas?</div><div><br></div><div>Best</div><div>Niclas</div><div><br></div>