On Thu, Jun 22, 2017 at 9:41 AM, Justin Bertram <jbert...@redhat.com> wrote: > It's also worth noting that paging is a palliative measure. The broker is > not designed to be consistently in a state where production > consumption > such that more and more messages keep accumulating. Paging is meant to > provide temporary relief.
Right.. the thing is.. Paging will be slower than messages in memory. as you will need IO through the disks... but it would probably be alright and fast for a lot of cases... so it really depends on the use case and requirements.