Replies: 4 comments 2 replies
-
I don't want to touch that feature or Except for certain RabbitMQ-as-a-Service environments, this arguably should simply be a But I've asked the rest of the core team to chime in. |
Beta Was this translation helpful? Give feedback.
-
Besides the fact that every contribution the core team accepts will be extra weight on our shoulders 6, 12, 24, 36 months from now. And the fact that those who need a customized management UI can build it using the same HTTP API the management plugin uses. It can be entirely external to RabbitMQ, not have to use the JS code fundamentally from over a decade ago, and have to run their ideas by our team. Complete freedom to scratch your own itch with a moderate amount of effort (you don't need to reimplement the entire management UI). |
Beta Was this translation helpful? Give feedback.
-
If a queue is short to find the latest message you just need to scroll a bit. If it long you have to build a long long list with basic.get. Which means if this checkbook set on a production system Operator will get a surprise. From PR I can't conclude this checkbox is shown only for short queues or has production safeguards. |
Beta Was this translation helpful? Give feedback.
-
If your queue is of type "quorum" you can use the command line utility to peek at a message at a given position:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
RabbitMQ series
3.13.x
Operating system (distribution) used
macOS Sonoma 14.05
How is RabbitMQ deployed?
Community Docker image
What would you like to suggest for a future version of RabbitMQ?
Hello RabbitMQ team!
I would like to discuss the addition of a new UI feature in the RabbitMQ admin - the ability to change the order in which the message list is displayed (from oldest to newest and vice versa).
This feature, in my opinion, can greatly improve the UX when dealing with large queues of messages.
Context
In the current interface, messages can only be viewed in one order.
When there are many messages, being able to see them in reverse order allows you to find the last or first messages in the queue faster, which can be useful for debugging.
Suggestion
Add an interface option to the ‘Get Messages’ section, such as a ‘Reverse Order’ checkbox, that would allow users to choose the order in which messages are displayed.
Related PR
I have previously attempted to implement this feature in PR #12698, but have reworked the approach to suit current requirements and constraints in these PR #12717.
I would be happy to hear your thoughts and discuss how this idea could be improved or adapted for adoption into the project.
Thanks for your attention and feedback!
Beta Was this translation helpful? Give feedback.
All reactions