Re: ActiveMQ Disk usage

2008-07-11 Thread andrewh
Solved. We have a queue that had no consumers, so messages from that queue were in the journal, but unfortunately all the data inbetween these messages is retained, due to how the journal indexes (I presume). Purging this queue brings the journal size back down. Moral of story - audit your queues

Re: ActiveMQ Disk usage

2008-07-10 Thread andrewh
Hi Rob, that's much appreciated. The training was with your good selves at IONA :) Best, Andrew rajdavies wrote: > > Hi Andrew - will have a look > btw - who did you have training with ? > > cheers, > > Rob > -- View this message in context: http://www.nabble.com/ActiveMQ-Disk-usage-tp1

Re: ActiveMQ Disk usage

2008-07-10 Thread andrewh
andrewh wrote: > > > > andrewh wrote: >> >> >> [snip...] >> >> > > https://issues.apache.org/activemq/browse/AMQ-1786 > > I think I could be experiencing this issue. It is the > $ACTIVEMQ_HOME/data/brokername/journal folder t

Re: ActiveMQ Disk usage

2008-07-08 Thread andrewh
andrewh wrote: > > > [snip...] > > https://issues.apache.org/activemq/browse/AMQ-1786 I think I could be experiencing this issue. It is the $ACTIVEMQ_HOME/data/brokername/journal folder that is filling up. Still, any comments on my config are appreciated. Rgds, Andre

ActiveMQ Disk usage

2008-07-08 Thread andrewh
Hi, I know this has come up before but I'm positive we are consuming as much as we're producing (if not slightly less), and disk is filling in the order of 15Gb over three days. I would really appreciate some pointers from more experienced users. Has anyone experienced problems with disk usage th

Re: activemq-admin stop - port already in use

2008-06-05 Thread andrewh
Hi Hiram, Hiram Chirino wrote: > > Looks like the SUNJMX env variable is set to > -Dcom.sun.management.jmxremote.port=1099 > make sure it's not for the activemq-admin script. > Putting SUNJMX into the argument list in activemq-admin seemed to be the only way to get the JVM mbeanserver to work

Re: activemq-admin stop - port already in use

2008-05-14 Thread andrewh
Hi, thanks for the reply. j0llyr0g3r wrote: > > kill the activemq-process and look via > > netstat -tulpen | grep 1099 > > which services already occupies this port. > The only service using that port, according to netstat, is the java process that activemq is running within. $ sudo netst

activemq-admin stop - port already in use

2008-05-13 Thread andrewh
Hi all, "activemq-admin start" works fine, but "stop" complains with the following: [EMAIL PROTECTED]:~$ sudo /usr/local/activemq/bin/activemq-admin stop Password: Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 1099; nested exception is: jav