HornetQ Paging: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


Paging starts as soon a a memory threshold set per [[WildFly HornetQ-Based Messaging Subsystem Concepts#Address|address]] is reached.
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'''</font>

Revision as of 00:44, 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