How to check pending queue message on embedded ActiveMQ Spring Boot?

Viewed 223

I'm trying to send message using ActiveMQ broker. When I am using external ActiveMQ I am able to check my queue messages status like pending, consumed, and the content of messages also using webconsole. enter image description here

Is it possible to check my queue message status while I am using embedded ActiveMQ on Spring Boot?

0 Answers
Related