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
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
]
[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
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
+
+
+
+
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]
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
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]
--
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
-
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 :-)
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 =
10 matches
Mail list logo