softwaremill / elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
https://softwaremill.com/open-source/
Apache License 2.0
2.55k stars 195 forks source link

[Feature request] UI for seeing all messages through the system #56

Closed kennydude closed 3 years ago

kennydude commented 9 years ago

I think it would be useful to be able to have a web UI to view all of the messages in the queue, kind of like how the AWS console works but preferably can just stream them on the page without peeking into the queues

ghost commented 9 years ago

Or at least JMX MBeans with some stats, because currently log is the only means of getting traffic stats as far as I understand

FreifeldRoyi commented 6 years ago

+1 Is it part of ElasticMQ roadmap in the near future?

adamw commented 3 years ago

Released in 1.0.0! :)

iautom8things commented 1 year ago

@adamw What is the endpoint to view these messages? I'm using the latest version from docker hub (https://hub.docker.com/r/softwaremill/elasticmq-native/tags) which looks to be 1.4.5 but there's no link on the admin dashboard to view the messages. I just see a table of the queues that gives total number of messages and queue attributes. There does not seem to be a way to view the actual messages.

micossow commented 1 year ago

@iautom8things ElasticMQ UI does not support looking up messages' contents and we're not planning to add this functionality.