Hi ,

I am using Activemq 5.8.0

I have a doubt regarding the <systemUsage>  configuration in activemq.xml ,
here is my doubt..

If I do not mention anything about the <systemUsage> it is taking the
default limit values for "memoryUsage", "storeUsage", "tempUsage".

And my requirement is I just want to specify the "memoryUsage" as below in
aactivemq.xml

<systemUsage>
        <systemUsage>
                <memoryUsage>
                    <memoryUsage limit="50 MB"/>
                </memoryUsage>
            </systemUsage>
  </systemUsage>

but at this point of time when I started activemq I got an error as follow:

ERROR | Store limit is 0 mb, whilst the max journal file size for the store
is: 32 mb, the store will not accept any data when used.

ERROR | Temporary Store limit is 0 mb, whilst the max journal file size for
the temporary store is: 32 mb, the temp store will not accept any d
ata when used.

is it possible to  specify only the "memoryUsage" limit and other two can
get the default values.

Thank,
Krishna.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-systemUsage-configuration-tp4668087.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to