GitHub user dkulp opened a pull request:
https://github.com/apache/activemq/pull/10
[AMQ-4994] Remove site-mesh
This pull request will remove SiteMesh from the war. This solves the
immediate OOM problem by allowing the information to stream directly back to
the client without buffering in memory. Since this removes the filter, this
also provides the same benefit to other pages such as if there are 200K queues
or similar.
Also, without the buffering and transform, generating the pages is very
slightly faster.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dkulp/activemq trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/10.patch
----
commit 9b7aa5ce5c4a509e2dcae75810616780aeeb5a69
Author: Daniel Kulp <[email protected]>
Date: 2014-01-30T01:35:16Z
[AMQ-4994] Remove site-mesh
----