Hi,

you have set "store usage" in your activemq.xml and set it to fail if there
is no more space. I just put up a section describing this behavior

http://cwiki.apache.org/confluence/display/ACTIVEMQ/Producer+Flow+Control#ProducerFlowControl-Systemusage

Cheers
--
Dejan Bosanac

Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net


On Sun, Feb 22, 2009 at 3:52 PM, Scouser <m...@gmav.demon.co.uk> wrote:

>
> I'm fairly new to activeMQ and have become stuck on an error.  I don't seem
> to be able to find much out about the root cause.  I have a small example
> which send messages to a couple of queues and reads the messages out.  I'm
> using Spring's JMS template etc to do most of the hard work.  Eventually I
> get the following crash:
> ...
> SEVERE: Usage Manager Store is Full; nested exception is
> javax.jms.ResourceAllocationException: Usage Manager Store is Full
> org.springframework.jms.ResourceAllocationException: Usage Manager Store is
> Full; nested exception is javax.jms.ResourceAllocationException: Usage
> Manager Store is Full
>        at
>
> org.springframework.jms.support.JmsUtils.convertJmsAccessException(JmsUtils.java:298)
>        at
>
> org.springframework.jms.support.JmsAccessor.convertJmsAccessException(JmsAccessor.java:168)
>        at
> org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:474)
>
> ...
> Caused by: javax.jms.ResourceAllocationException: Usage Manager Store is
> Full
>        at
> org.apache.activemq.broker.region.Queue.doMessageSend(Queue.java:430)
>        at org.apache.activemq.broker.region.Queue.send(Queue.java:417)
>        at
>
> org.apache.activemq.broker.region.AbstractRegion.send(AbstractRegion.java:354)
> ...
>
> So, what is the 'Usage Manager' ?, any ideas what I may have done wrong?,
> any and all help appreciated!
>
>
> --
> View this message in context:
> http://www.nabble.com/Usage-Manager-Store-is-Full---Root-Cause--tp22147570p22147570.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Reply via email to