Hi, Vijay:<br><br>Initial segment of the discussion from the bug pasted here:<br><br><div class="bz_comment bz_first_comment" style="margin-bottom:2em;color:rgb(0,0,0);font-family:Verdana,sans-serif;font-size:small;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<div class="bz_first_comment_head" style="padding-top:0.1em;padding-bottom:0.1em;padding-left:0.5em;background-color:rgb(224,224,224)"><span class="bz_comment_user" style="margin:0px 0.5em"><span class="vcard"><a class="email" href="mailto:steve@rabbitmq.com" title="Steve Powell &lt;steve@rabbitmq.com&gt;" style="color:rgb(102,51,102)"><span class="fn">Steve Powell</span></a><span class="Apple-converted-space">�</span></span></span><span class="bz_comment_user_images"></span><span class="bz_comment_time" style="margin:0px 0.5em">2012-02-01 10:41:32 GMT</span></div>
<pre class="bz_comment_text" id="comment_text_0" style="font-size:medium;font-family:monospace;white-space:pre-wrap;width:50em">See link, main part here:

public static void main(String[] argv) throws IOException {
   ConnectionFactory f = new ConnectionFactory();
   Connection c = f.newConnection();
   for(int i = 0; i &lt; 20000; ++i) {
       Channel ch = c.createChannel();
       ch.close();
   }
   System.gc();
   while(true) {}
}

While program is running, observe the memory usage, it keeps on increasing

Get process id and do following
jmap -dump:format=b,file=yo.bin  &lt;pid&gt;
jhat jhat -J-mx768m -stack false yo.bin
Once jhat brings up http server, go here
<a href="http://localhost:7000/showInstanceCounts/" style="color:rgb(102,51,102)">http://localhost:7000/showInstanceCounts/</a>

20001 instances of class com.rabbitmq.client.impl.AMQCommand
20001 instances of class com.rabbitmq.client.impl.CommandAssembler
20000 instances of class com.rabbitmq.client.ShutdownSignalException
20000 instances of class com.rabbitmq.client.impl.AMQImpl$Channel$Close
20000 instances of class com.rabbitmq.client.impl.ChannelN
20000 instances of class com.rabbitmq.client.impl.ConsumerDispatcher</pre></div><div class="bz_comment" style="margin-bottom:2em;color:rgb(0,0,0);font-family:Verdana,sans-serif;font-size:small;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<div class="bz_comment_head" style="padding-top:0.1em;padding-bottom:0.1em;padding-left:0.5em;background-color:rgb(224,224,224)"><span class="bz_comment_actions" style="margin:0px 0.5em;float:right">[<a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#add_comment" style="color:rgb(102,51,102)">reply</a>]<span class="Apple-converted-space">�</span><a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#" class="bz_collapse_comment" id="comment_link_1" title="Collapse the comment." style="color:rgb(102,51,102);text-decoration:none">[-]</a></span><span class="bz_comment_number" style="margin:0px 0.5em;float:right"><a name="c1" href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#c1" style="color:rgb(102,51,102)">Comment 1</a></span><span class="bz_comment_user" style="margin:0px 0.5em"><span class="vcard"><a class="email" href="mailto:steve@rabbitmq.com" title="Steve Powell &lt;steve@rabbitmq.com&gt;" style="color:rgb(102,51,102)"><span class="fn">Steve Powell</span></a><span class="Apple-converted-space">�</span></span></span><span class="bz_comment_user_images"></span><span class="bz_comment_time" style="margin:0px 0.5em">2012-02-01 11:09:17 GMT</span></div>
<pre class="bz_comment_text" id="comment_text_1" style="font-size:medium;font-family:monospace;white-space:pre-wrap;width:50em">(In reply to <a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#c0" style="color:rgb(102,51,102)">comment #0</a>)

Ran sample test main under debug, and found the WorkPool in the
ConsumerWorkService contains all the AMQChannel objects!</pre></div><div class="bz_comment" style="margin-bottom:2em;color:rgb(0,0,0);font-family:Verdana,sans-serif;font-size:small;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<div class="bz_comment_head" style="padding-top:0.1em;padding-bottom:0.1em;padding-left:0.5em;background-color:rgb(224,224,224)"><span class="bz_comment_actions" style="margin:0px 0.5em;float:right">[<a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#add_comment" style="color:rgb(102,51,102)">reply</a>]<span class="Apple-converted-space">�</span><a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#" class="bz_collapse_comment" id="comment_link_2" title="Collapse the comment." style="color:rgb(102,51,102);text-decoration:none">[-]</a></span><span class="bz_comment_number" style="margin:0px 0.5em;float:right"><a name="c2" href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#c2" style="color:rgb(102,51,102)">Comment 2</a></span><span class="bz_comment_user" style="margin:0px 0.5em"><span class="vcard"><a class="email" href="mailto:steve@rabbitmq.com" title="Steve Powell &lt;steve@rabbitmq.com&gt;" style="color:rgb(102,51,102)"><span class="fn">Steve Powell</span></a><span class="Apple-converted-space">�</span></span></span><span class="bz_comment_user_images"></span><span class="bz_comment_time" style="margin:0px 0.5em">2012-02-01 11:58:46 GMT</span></div>
<pre class="bz_comment_text" id="comment_text_2" style="font-size:medium;font-family:monospace;white-space:pre-wrap;width:50em">Problem is we never issue stopWork(channel) on the ConsumerWorkService.  This
means that the stuff in the WorkPool stays there.

Difficulty is that issuing this too early may mean that the last pieces of work
to be executed for a channel may be chopped.  We may need to have a thread that
runs after channel.close() to tidy up when the last piece of work for that
channel is finished.  This is only necessary if there is work in the pool for
that channel, otherwise we may simply stop work immediately.

Solution -- check WorkPool for work -- if there is none, there won&#39;t be any
more later.  stopWork() and that&#39;s it.

If there is some work to be done, then schedule some more work which
automatically removes the channel from the work pool.</pre></div><div class="bz_comment" style="margin-bottom:2em;color:rgb(0,0,0);font-family:Verdana,sans-serif;font-size:small;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<div class="bz_comment_head" style="padding-top:0.1em;padding-bottom:0.1em;padding-left:0.5em;background-color:rgb(224,224,224)"><span class="bz_comment_actions" style="margin:0px 0.5em;float:right">[<a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#add_comment" style="color:rgb(102,51,102)">reply</a>]<span class="Apple-converted-space">�</span><a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#" class="bz_collapse_comment" id="comment_link_3" title="Collapse the comment." style="color:rgb(102,51,102);text-decoration:none">[-]</a></span><span class="bz_comment_number" style="margin:0px 0.5em;float:right"><a name="c3" href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#c3" style="color:rgb(102,51,102)">Comment 3</a></span><span class="bz_comment_user" style="margin:0px 0.5em"><span class="vcard"><a class="email" href="mailto:steve@rabbitmq.com" title="Steve Powell &lt;steve@rabbitmq.com&gt;" style="color:rgb(102,51,102)"><span class="fn">Steve Powell</span></a><span class="Apple-converted-space">�</span></span></span><span class="bz_comment_user_images"></span><span class="bz_comment_time" style="margin:0px 0.5em">2012-02-01 14:59:50 GMT</span></div>
<pre class="bz_comment_text" id="comment_text_3" style="font-size:medium;font-family:monospace;white-space:pre-wrap;width:50em">(In reply to <a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#c2" style="color:rgb(102,51,102)">comment #2</a>)
<span class="quote" style="color:rgb(101,55,156);white-space:pre">&gt; Solution -- check WorkPool for work -- if there is none, there won&#39;t be any
&gt; more later.  stopWork() and that&#39;s it.</span>

<span class="quote" style="color:rgb(101,55,156);white-space:pre">&gt; If there is some work to be done, then schedule some more work which
&gt; automatically removes the channel from the work pool.</span>

Actually, no, better is to hook into broadcastShutdownSignal() which calls
handleShutdownSignal even if there are no consumers.  handleShutdownSignal()
can remove the work from the queue as it&#39;s last act.</pre></div><div class="bz_comment" style="margin-bottom:2em;color:rgb(0,0,0);font-family:Verdana,sans-serif;font-size:small;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<div class="bz_comment_head" style="padding-top:0.1em;padding-bottom:0.1em;padding-left:0.5em;background-color:rgb(224,224,224)"><span class="bz_comment_actions" style="margin:0px 0.5em;float:right">[<a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#add_comment" style="color:rgb(102,51,102)">reply</a>]<span class="Apple-converted-space">�</span><a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#" class="bz_collapse_comment" id="comment_link_4" title="Collapse the comment." style="color:rgb(102,51,102);text-decoration:none">[-]</a></span><span class="bz_comment_number" style="margin:0px 0.5em;float:right"><a name="c4" href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#c4" style="color:rgb(102,51,102)">Comment 4</a></span><span class="bz_comment_user" style="margin:0px 0.5em"><span class="vcard"><a class="email" href="mailto:steve@rabbitmq.com" title="Steve Powell &lt;steve@rabbitmq.com&gt;" style="color:rgb(102,51,102)"><span class="fn">Steve Powell</span></a><span class="Apple-converted-space">�</span></span></span><span class="bz_comment_user_images"></span><span class="bz_comment_time" style="margin:0px 0.5em">2012-02-01 15:15:41 GMT</span></div>
<pre class="bz_comment_text" id="comment_text_4" style="font-size:medium;font-family:monospace;white-space:pre-wrap;width:50em">Changeset <a href="http://hg.rabbitmq.com/rabbitmq-java-client/rev/0d949ba17115" style="color:rgb(102,51,102)">http://hg.rabbitmq.com/rabbitmq-java-client/rev/0d949ba17115</a>

Stop channel consumer work pool after channel.close()</pre></div><div class="bz_comment" style="margin-bottom:2em;color:rgb(0,0,0);font-family:Verdana,sans-serif;font-size:small;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<div class="bz_comment_head" style="padding-top:0.1em;padding-bottom:0.1em;padding-left:0.5em;background-color:rgb(224,224,224)"><span class="bz_comment_actions" style="margin:0px 0.5em;float:right">[<a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#add_comment" style="color:rgb(102,51,102)">reply</a>]<span class="Apple-converted-space">�</span><a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#" class="bz_collapse_comment" id="comment_link_5" title="Collapse the comment." style="color:rgb(102,51,102);text-decoration:none">[-]</a></span><span class="bz_comment_number" style="margin:0px 0.5em;float:right"><a name="c5" href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723#c5" style="color:rgb(102,51,102)">Comment 5</a></span><span class="bz_comment_user" style="margin:0px 0.5em"><span class="vcard"><a class="email" href="mailto:steve@rabbitmq.com" title="Steve Powell &lt;steve@rabbitmq.com&gt;" style="color:rgb(102,51,102)"><span class="fn">Steve Powell</span></a><span class="Apple-converted-space">�</span></span></span><span class="bz_comment_user_images"></span><span class="bz_comment_time" style="margin:0px 0.5em">2012-02-01 15:48:04 GMT</span></div>
<pre class="bz_comment_text" id="comment_text_5" style="font-size:medium;font-family:monospace;white-space:pre-wrap;width:50em">Repeating tests for java client -- all appears well;
Reproducing debug run -- all appears cleared up;
Running jmap and jhat as shown -- we get lots of unresolved instance references
when running jhat (?), and shows:

10 instances of class
com.rabbitmq.client.impl.LongStringHelper$ByteArrayLongString 
4 instances of class com.rabbitmq.client.impl.CommandAssembler$CAState 
2 instances of class com.rabbitmq.client.DefaultSaslConfig 

at top of instance counts list.

It looks fixed.</pre></div><br><br><div class="gmail_quote">On Sat, Jul 14, 2012 at 1:00 PM, Vijay Lakshmi <span dir="ltr">&lt;<a href="mailto:vijjivinay@gmail.com" target="_blank">vijjivinay@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jerry,<div><br></div><div>Thanks for the response.</div><div>I can not browse the bug 24723 (it says access denied), can you please provide the details.<br>
<br>Regards,</div><div>Vinay</div><div class="HOEnZb"><div class="h5"><div><br><div class="gmail_quote">
On Sat, Jul 14, 2012 at 9:56 PM, Jerry Kuch <span dir="ltr">&lt;<a href="mailto:jerryk@rbcon.com" target="_blank">jerryk@rbcon.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi, Vijay:<br><br>You may want to upgrade from 2.7.1.� The 2.7.1 Java client had a known and now fixed memory leak that might account for what you&#39;re seeing:<br><br><a href="https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723" target="_blank">https://bugzilla.rabbitmq.com/show_bug.cgi?id=24723</a><br>


<br>Best regards,<br>Jerry<br><br><div class="gmail_quote"><div><div>On Sat, Jul 14, 2012 at 7:35 AM, Vijay Lakshmi <span dir="ltr">&lt;<a href="mailto:vijjivinay@gmail.com" target="_blank">vijjivinay@gmail.com</a>&gt;</span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Hi,<div><br></div><div>We are using RabbitMQ 2.7.1 Java Client and Server 2.7.1.</div>
<div>While we were running load tests using our clients we observed that our memory has reached to 2GB.</div>
<div><br></div><div>Below is the snapshot of heap analysis.</div>
<div><br></div><div>We are closing the channels properly using channel.close().</div><div>Could someone suggest what could be the problem for this memory leak. Do the later versions of RabbitMQ solve this problem?</div><div>



<br></div><div><br></div><div><h1 style="margin-right:0in;margin-left:0in;font-size:24pt;font-family:&#39;Times New Roman&#39;,serif;text-align:center" align="center"><span style="font-family:Times,serif">Instance Counts for All Classes (excluding platform)</span></h1>



<p class="MsoNormal" style="margin-top:0in;margin-bottom:0.0001pt;margin-right:0in;margin-left:0in;font-size:11pt;font-family:Calibri,sans-serif"><span><span style="font-size:13.5pt;font-family:Times,serif">311681<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77c6f06a0" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77c6f06a0" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.impl.AMQCommand</a>�</span></span><span style="font-size:13.5pt;font-family:Times,serif"><br>



<span>311681<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77c6f3228" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77c6f3228" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.impl.CommandAssembler</a>�</span><br>



<span>295730<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77d438380" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77d438380" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.impl.ChannelN</a>�</span><br>



<span>295730<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77d43ff30" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77d43ff30" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.impl.ConsumerDispatcher</a>�</span><br>



<span>295715<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77c60b280" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77c60b280" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.ShutdownSignalException</a>�</span><br>



<span>295703<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77c75a540" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77c75a540" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.impl.AMQImpl$Channel$Close</a>�</span><br>



<span>271315<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77d4d5590" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77d4d5590" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.QueueingConsumer</a>�</span><br>



<span>60523<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77cea18a0" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77cea18a0" style="color:blue;text-decoration:underline" target="_blank">class org.json.simple.parser.Yytoken</a>�</span><br>



<span>31600<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77c73fa58" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77c73fa58" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.AMQP$BasicProperties</a>�</span><br>



<span>31210<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77d4d7358" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77d4d7358" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.QueueingConsumer$Delivery</a>�</span><br>



<span>31209<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2finstances%2f0x77d4dc1d0" style="color:blue;text-decoration:underline" target="_blank">�instances</a>�of�<a href="http://redir.aspx?C=dba9a335a30e4feb822ceaa30de7f654&amp;URL=http%3a%2f%2flocalhost%3a7000%2fclass%2f0x77d4dc1d0" style="color:blue;text-decoration:underline" target="_blank">class com.rabbitmq.client.Envelope</a>�</span></span></p>



<p class="MsoNormal" style="margin-top:0in;margin-bottom:0.0001pt;margin-right:0in;margin-left:0in;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:13.5pt;font-family:Times,serif"><span><br>
</span></span></p><p class="MsoNormal" style="margin-top:0in;margin-bottom:0.0001pt;margin-right:0in;margin-left:0in"><font face="Times, serif" size="4"><br></font></p></div>
<br></div></div>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br>