Journal is for storing persistent and transactional information in a WAL , where it is read on restart only to restate the broker e.g. when running its only written to, but is quite heavily written to.
Paging is for moving data out of memory when needed, e.g. messages in queues are not being consumed fast enough (eg you have queue depth), so that the broker can hold many many more messages than just in memory. This is written to and read from when its used. Get Outlook for Android On Wed, Mar 13, 2019 at 9:27 PM +0000, "artemisn00b" <[email protected]> wrote: For persistent messages, when do the messages get stored in a Journal vs Pages? Thanks! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
