Hi Anurag, I got similar issue and resolved with the help from Gary. Here is the solution... (alternatively you can look at http://activemq.2283324.n4.nabble.com/Persistence-messages-and-StoreUsag e-Memory-td3552205.html )
You need to update "StoreUsage" limit in config as 0. > <storeUsage> > <storeUsage limit="1 gb" name="foo"/> > </storeUsage> Even after this if you still get the issue then you may not be handling expired messages (which are moved to DLQ). So depending on your requirement you may include or remove DLQ processing. Here is a resource link.... see: http://activemq.apache.org/message-redelivery-and-dlq-handling.html#Mess ageRedeliveryandDLQHandling-AutomaticallyDiscardExpiredMessages Regards Suneel -----Original Message----- From: chubr...@gmail.com [mailto:chubr...@gmail.com] On Behalf Of Dejan Bosanac Sent: 14 June 2011 10:19 To: users@activemq.apache.org Subject: Re: Usage Manager Store is Full Hi, you should get either - "Usage Manager Memory Limit is reached" or - "Persistent/Temp Store is Full" in either case some of your resource limits are reached and you should check your config and see if you can increase it. Check these links for more information: http://activemq.apache.org/message-cursors.html http://activemq.apache.org/producer-flow-control.html Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Jun 13, 2011 at 11:57 PM, Joe Niski <joe.ni...@nwea.org> wrote: > if you're using ProducerFlowControl, i believe it can mean you've run out > of queue memory (not disk storage). > > *Joe Niski* > Senior Developer - Information Services | NWEA(tm) > > PHONE 503.548.5207 | FAX 503.639.7873 > > NWEA.ORG <http://www.nwea.org/> | Partnering to help all kids learn(tm) > > > > On 06/13/2011 01:45 PM, agujral wrote: > >> Hi All, >> I am getting the following error " Usage Manager Store is Full" >> from the broker,but when I restart the broker the error goes away. >> >> Can someone please guide me why I got this error , I have a lot of space >> on >> disk. >> >> I tried looking on google but could not find much. >> >> Thanks >> Anurag >> >> -- >> View this message in context: >> http://activemq.2283324.n4.nabble.com/Usage-Manager-Store-is-Full-tp3594 849p3594849.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> >