Grouping \ Hiding Queues on RabbitMQ admin page
Hi,
My application is designed such that I would need to generate a large number of queues (almost 100 per second). Although these are cleared up pretty fast (as soon as the messages are consumed) – it does make the Queues page on the RabbitMQ admin pretty much filled up – and makes it very difficult for us to monitor the ciritcal queues which might be on the next page.
Is the only way around this using a different rabbiMQ instance or is there any nicer way to maybe move these queues somewhere else? Thanks
Read more here: Source link
