Hello folks,
I'm quite new to artemis and trying to understand the paging configuration.
Looking at the doc, I couldn't find the info whether page-size-bytes should
be less than max-size-bytes. In all the examples they provide it is lesser
by 5-10 times. Below is a sample config from them.
<address-settings>
<address-setting match="jms.someaddress">
<max-size-bytes>104857600</max-size-bytes>
<page-size-bytes>10485760</page-size-bytes>
<address-full-policy>PAGE</address-full-policy>
</address-setting>
</address-settings>
Does anyone have further information about this? If it is supposed to be
lesser, by what number should the page-zize-bytes be lesser to
max-size-bytes?
Thanks,
Rakesh
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html