Re: Embedded broker, non-persistent messages and store based cursor

2012-03-12 Thread colomb
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 >

Re: Embedded broker, non-persistent messages and store based cursor

2012-03-10 Thread Rob Davies
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.

Embedded broker, non-persistent messages and store based cursor

2012-03-09 Thread colomb
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