Re: 5.4.0 stops accepting messages randomly

2010-09-11 Thread Matthew Hixson
esource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > > On Thu, Sep 9, 2010 at 11:33 PM, Matthew Hixson wrote: >> We have been running 5.4.0 in production for a few weeks and it can easily >> handle tens of thousand

5.4.0 stops accepting messages randomly

2010-09-09 Thread Matthew Hixson
We have been running 5.4.0 in production for a few weeks and it can easily handle tens of thousands of messages a day, but then for no apparent reason it will cease accepting new messages from our producers. The consumers will drain the queue empty, but then nothing new gets accepted into Activ

Re: running ActiveMQ tests slow?

2009-11-05 Thread Matthew Hixson
] [INFO] Total time: 129 minutes 11 seconds [INFO] Finished at: Wed Nov 04 13:03:01 PST 2009 [INFO] Final Memory: 75M/165M On Nov 5, 2009, at 12:13 AM, Rob Davies wrote: On 4 Nov 2009, at 20:01, Matthew Hixson wrote: I&#

running ActiveMQ tests slow?

2009-11-04 Thread Matthew Hixson
I'm building with mvn clean install and its going through the tests. I'm not sure why this is being so slow. This is running on a dual quad core Mac Pro and all 8 of its cores are nearly idle and I hear very little disk activity. Is that normal? And if so, what exactly are these tests

Re: cannot build from source

2009-11-03 Thread Matthew Hixson
+ + + + 2009/11/2 Matthew Hixson : Just checked out the latest from svn and still cannot build the source. I'm executing this: mvn -Dtest=false -DfailIfNoTests=false clean install Thanks for any help, -M@ [INFO] Building ActiveMQ :: Console [INFO]task-segment: [clean, install]

slow KahaDB access

2009-11-02 Thread Matthew Hixson
I see these messages scroll up the console: INFO | Slow KahaDB access: cleanup took 1998 I found this http://issues.apache.org/activemq/browse/AMQ-2404 but was wondering if this indicates underpowered hardware for ActiveMQ to be running on. This is one of our test servers with no load wha

cannot build from source

2009-11-02 Thread Matthew Hixson
Just checked out the latest from svn and still cannot build the source. I'm executing this: mvn -Dtest=false -DfailIfNoTests=false clean install Thanks for any help, -M@ [INFO] Building ActiveMQ :: Console [INFO]task-segment: [clean, install] [INFO] --

missing jars for building from source

2009-10-30 Thread Matthew Hixson
Trying to build from source I've done this: svn co https://svn.apache.org/repos/asf/activemq/trunk activemq mvn -Dtest=false -DfailIfNoTests=false clean install The build fails saying it can't find two artifacts from maven. 1) net.sf.josql:josql:jar:1.5 2) net.sf.josql:gentlyweb-utils:jar:1.5 -

Re: making queues findable from InitialContext.lookup(name)

2009-10-28 Thread Matthew Hixson
xtFactory, and the same context would not contain a factory reference. But the factory could be statically configured I guess. The problem with not having a separate dynamic context for queues and topics is that they cannot be differentiated. All patches/contributions welcome with thanks :-)

making queues findable from InitialContext.lookup(name)

2009-10-27 Thread Matthew Hixson
Properties props = new Properties(); props .setProperty (Context .INITIAL_CONTEXT_FACTORY ,"org.apache.activemq.jndi.ActiveMQInitialContextFactory"); props.setProperty(Context.PROVIDER_URL, "tcp://localhost:61616"); InititalContext ic = new InitialContext(props)); QueueConnectionFactory factory =