[rabbitmq-discuss] Regex expression to exclude certain queues in the "Queue" tab?

Matt Pietrek mpietrek at skytap.com
Mon Mar 3 19:52:33 GMT 2014


> Are you sure? Is there a "Regex" checkbox?

No regex checkbox. I must have misunderstood when the regex feature came
into existance.


On Mon, Feb 10, 2014 at 1:55 AM, Simon MacMullen <simon at rabbitmq.com> wrote:

> On 07/02/2014 19:42, Matt Pietrek wrote:
>
>> I want to set the filter to exclude a set of queues, say... all queues
>> that start with "web-rpc".
>>
>
> Try:
>
> ^(?!web-rpc)(.+)$
>
> This can be generalised:
>
> ^(?!bad-prefix|another-bad-prefix|etc)(.+)$
>
>
>  I'm on 3.2.2, FWIW.
>>
>
> Are you sure? Is there a "Regex" checkbox? Because the regex checkbox is
> only in nightly builds ATM; if you are really running 3.2.2 then you just
> get simple string matching and excluding prefixes is not possible.
>
> Cheers, Simon
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140303/8855895e/attachment.html>


More information about the rabbitmq-discuss mailing list