I modified the RabbitMQ&#39;s code, and provide a patch for RabbitMQ-1.5.4, you can use it like this:<br><br><div style="margin-left: 40px;">unzip rabbitmq-server-1.5.4.zip<br> cd rabbitmq-server-1.5.4/<br> patch -p1 &lt; /path/to/carrot-rabbitmq-1.5.4-090413.patch<br>

<br></div>Then you should make the rabbitmq,after that, your rabbitmq server will have the &quot;Message Selector&quot; <br>and &quot;Dead Message Queue&quot; feature.<br><br>Your server is changed, your client need some changes too(client API needs no changes,the way you <br>

use the API needs some changes), I provider some code to show how you use client API after you apply<br>the patch, the python code is just a client code example. So, my work is not python specific.<br><br>I has written a c++ client for RabbitMQ(AMQP-Spec-08) under linux 32bit, It will be released after more<br>

testing.<br><br><div class="gmail_quote">On Wed, Apr 15, 2009 at 7:11 PM, Alexis Richardson <span dir="ltr">&lt;<a href="mailto:alexis.richardson@gmail.com">alexis.richardson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hey that looks pretty neat!<br>
<br>
Can you talk a bit more about how you are doing it?  Is it python<br>
specific?  (I did not look at your code)<br>
<br>
Also you mention a C++ client... any plans for that?<br>
<br>
alexis<br>
<div><div></div><div class="h5"><br>
<br>
On Wed, Apr 15, 2009 at 7:29 AM, KDr2 &lt;<a href="mailto:kdr2@x-macro.com">kdr2@x-macro.com</a>&gt; wrote:<br>
&gt; I just made some extension for RabbitMQ, It is about Message Selector and<br>
&gt; Dead Message,<br>
&gt; maybe someone need it, here it is:<br>
&gt;<br>
&gt; <a href="http://x-macro.com/products/carrot" target="_blank">http://x-macro.com/products/carrot</a><br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Best Regards,<br>
&gt;    -- KDr2, at <a href="http://x-macro.com" target="_blank">x-macro.com</a>.<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; rabbitmq-discuss mailing list<br>
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
&gt; <a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br><br clear="all"><br>-- <br>Best Regards,<br>    -- KDr2, at <a href="http://x-macro.com">x-macro.com</a>.<br>