HornetQ Paging: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * WildFly HornetQ-Based Messaging Concepts")
 
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


* [[WildFly HornetQ-Based Messaging Subsystem Concepts#Paging|WildFly HornetQ-Based Messaging Concepts]]
* [[WildFly HornetQ-Based Messaging Subsystem Concepts#Paging|WildFly HornetQ-Based Messaging Concepts]]
=Overview=
HornetQ can manage addresses containing a large number of messages even if the memory available to the browser is limited. It does so by ''paging'' messages from memory on persistent storage and back in memory as they are needed, thus maintaining a low memory footprint.
Paging starts as soon a a memory threshold set per [[WildFly HornetQ-Based Messaging Subsystem Concepts#Address|address]] is reached.
By default, there is no paging - paging has to be explicitly enabled in configuration.
=Configuration=
<font color=red>'''TODO''' http://docs.jboss.org/hornetq/2.4.0.Final/docs/user-manual/html/paging.html</font>

Latest revision as of 00:45, 12 March 2016

Internal

Overview

HornetQ can manage addresses containing a large number of messages even if the memory available to the browser is limited. It does so by paging messages from memory on persistent storage and back in memory as they are needed, thus maintaining a low memory footprint.

Paging starts as soon a a memory threshold set per address is reached.

By default, there is no paging - paging has to be explicitly enabled in configuration.

Configuration

TODO http://docs.jboss.org/hornetq/2.4.0.Final/docs/user-manual/html/paging.html