GitHub user zmhassan opened a pull request:
https://github.com/apache/activemq/pull/16
Add paging of messages to the webconsole when viewing a deep queue. When
queue depth is deep OOM issue occurs
Fix for the following use:
https://issues.apache.org/jira/browse/AMQ-5024
Currently we have an OOM problem when we browse the queue. I know that the
sitemesh was also another problem and it was removed by Daniel. This
pagination we make it possible for users to view their JMS messages in queue no
matter how deep the queue depth is.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/activemq trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/16.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16
----
commit 894de8d6d45b6481f1896f5e18dd7b9e8bcbcf12
Author: Arthur Naseef <[email protected]>
Date: 2014-01-31T02:25:22Z
Changes to support paged web retreival of messages.
commit 52f3f0476796cfa18a7b05efe7e8653ccc67f96c
Author: Arthur Naseef <[email protected]>
Date: 2014-01-31T02:34:44Z
Merge https://github.com/artnaseef/activemq into trunk
commit 2dd9151898ee6e26e40da5d8b7aad353e38bfa65
Author: Arthur Naseef <[email protected]>
Date: 2014-02-05T03:37:25Z
Move EnumerationPage to a util folder.
commit 27cc34ff428e7206ba5800ca700814fc9dbc94b3
Author: artnaseef <[email protected]>
Date: 2014-02-05T05:45:18Z
Updates to use EnumerationPage from the new util folder.
commit 59dfe0ce723b0850331ddff208cb6d6a6410fda2
Author: Zakeria Hassan <[email protected]>
Date: 2014-02-06T04:24:55Z
Updated UI for activemq and fixed the java.lang out of memory
commit 00106daac5c0c8195b80cfbf96883cce3aff5c8e
Author: Zakeria Hassan <[email protected]>
Date: 2014-02-07T01:59:48Z
Optimizing browse page to display data in queue. original problem was that
the page would break if the queue depth reached 200,000
commit c7a97a340517468854a417359b53529ab09ce8f1
Author: Zakeria Hassan <[email protected]>
Date: 2014-02-07T15:32:19Z
Merge pull request #1 from artnaseef/webQueueViewPaging
Web queue view paging
commit 3910efb807c7b0b123bfad1439b096ff9b451a34
Author: Zakeria Hassan <[email protected]>
Date: 2014-02-14T23:36:45Z
Fixing Pagination logic
commit 57870f70eef1923561ca78f1d9b35645a422fd0c
Author: Zakeria Hassan <[email protected]>
Date: 2014-02-14T23:47:52Z
Merging changes from the server with new bootstrap UI
----