m/Embedded-broker-non-persistent-messages-and-store-based-cursor-tp4461429p4461429.html
> > Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>
>
> --
> If you reply to this email, your message will be added to the discussion
>
IN_MEG );
> systemUsage.getTempStorage().setLimit( 1024 * BYTES_IN_MEG );
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Embedded-broker-non-persistent-messages-and-store-based-cursor-tp4461429p4461429.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
mUsage.setSendFailIfNoSpace( true );
systemUsage.getMemoryUsage().setLimit( 1024 * BYTES_IN_MEG );
systemUsage.getStoreUsage().setLimit( 1024 * BYTES_IN_MEG );
systemUsage.getTempStorage().setLimit( 1024 * BYTES_IN_MEG );
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Embedded-broker-non-pe