Re: Changing the reference store for the AMQ Message Store

2009-04-20 Thread stefan.moser
ur > broker > config (activemq.xml) and the amount of load your putting on the broker? > > Cheer's, > /Dave > > On Fri, Apr 17, 2009 at 1:04 PM, stefan.moser > wrote: > >> >> Bad news. After running fine as a standalone broker for two days, it >> d

Re: Changing the reference store for the AMQ Message Store

2009-04-17 Thread stefan.moser
4) How are you stopping your broker. Are you using the windows scm (or > killing it using the windows task manager ..). > > Hope this helps, > /Dave > > > On Tue, Apr 14, 2009 at 4:19 PM, stefan.moser > wrote: > >> >> In the http://activemq.apache.org/amq-me

Re: Changing the reference store for the AMQ Message Store

2009-04-15 Thread stefan.moser
? anything unusual about the disk setup? > 4) How are you stopping your broker. Are you using the windows scm (or > killing it using the windows task manager ..). > > Hope this helps, > /Dave > > > On Tue, Apr 14, 2009 at 4:19 PM, stefan.moser > wrote: > >>

Re: Changing the reference store for the AMQ Message Store

2009-04-15 Thread stefan.moser
.is it > particularly fast? anything unusual about the disk setup? > 4) How are you stopping your broker. Are you using the windows scm (or > killing it using the windows task manager ..). > > Hope this helps, > /Dave > > > On Tue, Apr 14, 2009 at 4:19 PM, st

Changing the reference store for the AMQ Message Store

2009-04-14 Thread stefan.moser
In the http://activemq.apache.org/amq-message-store.html documentation for the AMQ Message Store, it mentions that it uses Kaha by default for the reference store. I'm assuming then that there are other options for the reference store, but I can't find any mention of them. I'm new to ActiveMQ,

Could not locate data file data-topic-data-X

2009-04-06 Thread stefan.moser
Hi all, I'm using ActiveMQ 5.2.0 and it has been stalling out on me recently. What happens is that after everything has been running for a while, it suddenly stops dispatching messages to a consumer. When I look in the logs I see an error saying "Could not locate data file data-topic-data-25".

Re: How to delete all topics and queues?

2009-03-03 Thread stefan.moser
source.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Mon, Mar 2, 2009 at 5:52 PM, stefan.moser > wrote: > >> >> Thanks for your reply. I have tried deleting everything in that folder. >> In >> fact,

Re: How to delete all topics and queues?

2009-03-02 Thread stefan.moser
where. Any other ideas? Cheers, Stefan Minh Tu Duong wrote: > > remove all the ordners and files at ACTIVEMQ_HOME/data > > stefan.moser schrieb: >> I've been playing around with ActiveMQ and for a load test, I created >> 10,000 >> topics and queues with r

How to delete all topics and queues?

2009-02-27 Thread stefan.moser
I've been playing around with ActiveMQ and for a load test, I created 10,000 topics and queues with random names. Now that I don't want them around, I can't figure out how to delete them. I'm using the .NET NMS library which cannot get a list of all the topics or queues. I even tried removing A

Re: java.lang.OutOfMemoryError: unable to create new native thread on AMQ 5.0

2008-12-19 Thread stefan.moser
with "dedicated task > runner"=false there is a direct correlation between the number of > threads and the number of destinations? > > Or is it that the memory usage of a destination is too high? > > Would like to get to the bottom of this. > > 2008/12/18 stefa

What is a reasonable limit for the number of topics?

2008-12-18 Thread stefan.moser
I'm currently evaluating ActiveMQ for a financial application. I want to have a separate topic for each stock which means that for all of the markets that we're following, we need close to 500,000 topics. I ran into an OutOfMemoryException when using v5.* after creating about 1,500 topics. ( htt

Re: java.lang.OutOfMemoryError: unable to create new native thread on AMQ 5.0

2008-12-18 Thread stefan.moser
ate to > 5.2.0. > But this issue is pushing me back. > > Danilo > > > stefan.moser wrote: >> >> Has there been any progress on this issue? I've just started using >> ActiveMQ and require a large number of topics. I am getting the same >> OOME onc

Re: java.lang.OutOfMemoryError: unable to create new native thread on AMQ 5.0

2008-12-18 Thread stefan.moser
Has there been any progress on this issue? I've just started using ActiveMQ and require a large number of topics. I am getting the same OOME once it creates ~1000 topics. I've tried this with v 5.0, 5.1 and 5.2. Thanks, Stefan Danilo Tuler wrote: > > Hi Hiram, > > > Hiram Chirino wrote: >