Using look around regex in RabbitMQs management UI causes a malformed query url to be sent to the server.

481 views
Skip to first unread message

Lucas Ridge

unread,
Jun 7, 2021, 11:49:26 AM6/7/21
to rabbitmq-users
Regex Example: ^\w+(?<!_DeadLetter)$

We use a pattern with our queues where any message that fails to process for any of our consumers is forwarded to an associated Deadletter Queue,  Example:

CustomerRegistration
CustomerRegistration_Retry
CustomerRegistration_DeadLetter

The goal of the above regex would be to filter out CustomerRegistration_DeadLetter from the results grid, however when I enter this regex into the filter box, and enable regex, then submit, i get the following error, 
"Pagination parameters are invalid"

is somehow invalid from the server's perspective.  In the event that you happen to leave the queues grid in any way after entering this in the box, you will be unable to load the queues list until you remove the rabbitmq.queues_current_filter_name key from local storage in your browser.
Reply all
Reply to author
Forward
0 new messages