I&#39;m not so interested in regex, and certainly wouldn&#39;t prefer that over performance. In my case, I have control over the names of topics, so I&#39;m not going to be matching any complex patterns that would see the need for a regex.  If it&#39;s easy enough to add, I&#39;m sure there are others that could take advantage of it.<div>

<br><div class="gmail_quote">On Thu, Sep 13, 2012 at 12:05 PM, Laing, Michael P. <span dir="ltr">&lt;<a href="mailto:Michael.Laing@nytimes.com" target="_blank">Michael.Laing@nytimes.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Interesting! It&#39;s more of a &quot;nice-to-have&quot; option for me, much less<br>
important than good performance, reliable federation, etc.<br>
<br>
Multiple bindings and sender-selected distribution add richness as well<br>
that mitigate the need.<br>
<br>
And we have a scheme for distilling complex combinations of subscriber<br>
roles and topic interests into multiple pairs of symmetric 128 character<br>
strings which, with separating periods, create 255 char keys that are used<br>
for binding &#39;sieves&#39; and publishing &#39;patterns&#39; respectively in topic<br>
exchanges.<br>
<br>
Seems quite fast. Actually my developers are still scratching their heads<br>
and not actually using it yet - but it&#39;s good to get out in front of them<br>
sometimes :)<br>
<br>
Plus there&#39;s a lot of headroom left in the scheme if we fully exploit the<br>
depth of each character position, so we should be able to stay out front<br>
for awhileŠ<br>
<br>
ml<br>
<div class="HOEnZb"><div class="h5"><br>
On 9/13/12 11:20 AM, &quot;Simon MacMullen&quot; &lt;<a href="mailto:simon@rabbitmq.com">simon@rabbitmq.com</a>&gt; wrote:<br>
<br>
&gt;On 13/09/12 15:53, Laing, Michael P. wrote:<br>
&gt;&gt; We would find a regular expression matching option for topic exchanges<br>
&gt;&gt; most useful.<br>
&gt;&gt;<br>
&gt;&gt; My 2 cents:)<br>
&gt;<br>
&gt;Well, there&#39;s a reason AMQP didn&#39;t just specify regexs for topic<br>
&gt;exchanges in the first place - it won&#39;t go anything like as fast when<br>
&gt;you have a reasonable number of bindings.<br>
&gt;<br>
&gt;Basically, the topic globbing in AMQP is simple enough that we don&#39;t<br>
&gt;have to look at every binding for every message (and yes, this really<br>
&gt;does make a huge difference!):<br>
&gt;<br>
&gt;<a href="http://www.rabbitmq.com/blog/2010/09/14/very-fast-and-scalable-topic-routi" target="_blank">http://www.rabbitmq.com/blog/2010/09/14/very-fast-and-scalable-topic-routi</a><br>
&gt;ng-part-1/<br>
&gt;<a href="http://www.rabbitmq.com/blog/2011/03/28/very-fast-and-scalable-topic-routi" target="_blank">http://www.rabbitmq.com/blog/2011/03/28/very-fast-and-scalable-topic-routi</a><br>
&gt;ng-part-2/<br>
&gt;<br>
&gt;If we were to have a regex exchange, we&#39;d have to check every binding<br>
&gt;against every published message. There&#39;s no clever way to do it.<br>
&gt;<br>
&gt;However.<br>
&gt;<br>
&gt;You might not actually care, if your RabbitMQ broker is nowhere near CPU<br>
&gt;bound already. And it would be pretty easy to write. So is there general<br>
&gt;interest in a regex exchange? (With the proviso that it would be notably<br>
&gt;slower than the existing topic exchange...)<br>
&gt;<br>
&gt;Cheers, Simon<br>
&gt;<br>
&gt;--<br>
&gt;Simon MacMullen<br>
&gt;RabbitMQ, VMware<br>
<br>
</div></div></blockquote></div><br></div>