I am observing an odd behavior that I cannot explain. My application uses Spring Boot to access ActiveMQ Artemis and produce and consume messages which works fine.
However, when I try to use browse on a queue that my application is listening to neither my browse call nor the Artemis management console can enumerate the queue contents if message count is approximately lower 1000. For greater message count or when I stop the queue listener then it works. Why is this happening?