HornetQ Paging: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
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.
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 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.

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