Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.8.0
-
Linux/Ubuntu
Description
I have a standalone installation of activemq.
When I want to browse a queue with more than 100 elements, the console throw a Java Heap Space, because he try to show all elements in the queue.
But when I have 40 elements, the page work well, and i can browse messages.
It should be interesting to paginate this page, to only show, for example, the first 100 elements.
The page :
http://localhost:8161/admin/browse.jsp?JMSDestination=TestQueueOne
Added :
I have tested with the 5.7.0 version of activemq and this bug doesn't exist.
Attachments
Issue Links
- is superceded by
-
AMQ-4487 java.lang.OutOfMemoryError: Java heap space
- Resolved