Re: LevelDB slower than Kaha?

2013-11-13 Thread Attila Nagy
Hi, I've used these: http://pastebin.com/vxRtKfGu http://pastebin.com/4j5Z9zce but with the selector removed (see my e-mails and bug tracker entries on them). On 11/06/13 15:22, Hiram Chirino wrote: Weird, leveldb typically has better perf than kahadb. Then again I typically use the JNI

hawtio console could not be opened

2013-11-13 Thread HellKnight
I have two 5.9.0 brokers, one running under redhat 6.3 and one under windows xp sp3. I tried to access the new hawtio console, but the web browser only displays a blank page. I tried chrome 3.0.197.11 and IE 6.0.2900.5512 and neither could work ,they both displays a blank page, and there is no

Plugins do not get initialized for failover broker

2013-11-13 Thread Sophia Wright
Hi, I am using ActiveMQv5.8. I want to initialize the plugins in the failover broker. The problem is that the plugin is not initialized until the failover broker takes over and becomes primary. Can some configuration be added to make this work ? Thanks, Sophia -- View this message in

Re: Logging a message for Multi kahaDB

2013-11-13 Thread Sophia Wright
waiting for a response... -- View this message in context: http://activemq.2283324.n4.nabble.com/Logging-a-message-for-Multi-kahaDB-tp4674011p4674317.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: hawtio console could not be opened

2013-11-13 Thread James Strachan
Which URL are you using - and do you see anything in your JavaScript console for the browser - or the Network tab; is the HTML/CSS loaded OK? Is the page completely blank? If so are you sure the URL is correct? Does view-source on the page show any actual hawtio HTML? On 13 November 2013 08:12,

RE: Message send to DLQ

2013-11-13 Thread barry.barnett
Use the dead letter strategy to clear these expiry messages: broker... destinationPolicy policyMap policyEntries !-- Set the following policy on all queues using the '' wildcard -- policyEntry queue= !-- Tell the dead letter strategy not to process expired messages so that they will just be

Re: 5.3 question and server upgrade question...

2013-11-13 Thread Ned Wolpert
Did anyone have an idea into what I could do different to route messages to idle consumers? Just came into the same situation this morning where a queue has 1 message processing on one consumer, one message waiting, and 15 idle consumers. (See notes below for my current configs) On Wed, Nov 6,

Re: hawtio console could not be opened

2013-11-13 Thread HellKnight
I just tried the newest version of chrome, and it works fine, so I am sure the url is correct. The version of my browser is the only thing that changes, so maybe this is the reason ? IE8 on the same computer didn't work ,though. I upload a screenshot of IE8 , using url

Re: Can I control the output of command ps -ef|grep activemq ?

2013-11-13 Thread Torsten Mielke
I don't seem to get that much output when running your command [1]. What more do you get? Regards, Torsten Mielke tmielke.blogspot.com [1] $ ps -ef|grep activemq 1063855181 71500 66770 0 0:00.00 ttys0140:00.00 grep activemq 1063855181 71476 66810 0 0:00.01 ttys0150:00.01

Re: hawtio console could not be opened

2013-11-13 Thread HellKnight
and this is the screenshot of IE6: http://activemq.2283324.n4.nabble.com/file/n4674334/IE6.jpg in chrome 3.0.197 the page is totally blank, but the network tab shows icon of hawtio and text hawtio -- View this message in context:

Re: hawtio console could not be opened

2013-11-13 Thread James Strachan
OK so its working fine in an up to date Chrome right? Thanks for letting us know. We should probably recommend folks use Chrome or Safari on the ActiveMQ website. We've not done much testing of hawtio in IE8 (and were hoping noone would even think of IE6 for a developer tool ;) but am sure there

Need some advice on how to build in Eclipse using Maven

2013-11-13 Thread tpc_1095
I got stuck trying to build ActiveMQ in Eclipse and could use some guidance. I'm getting missing imports in nine projects and 93 Maven errors. I must have done something really wrong! I downloaded the source .zip, followed the mvn instructions, and verified that I can unzip the target file and

Re: Proxy Connector memory consumption

2013-11-13 Thread matteor
Nobody? Is the question so boring? -- View this message in context: http://activemq.2283324.n4.nabble.com/Proxy-Connector-memory-consumption-tp4674255p4674390.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Plugins do not get initialized for failover broker

2013-11-13 Thread Christian Posta
What is it that you need to do in a broker plugin that it must do before the broker is started? On Wed, Nov 13, 2013 at 12:32 AM, Sophia Wright sophiawrigh...@gmail.com wrote: Hi, I am using ActiveMQv5.8. I want to initialize the plugins in the failover broker. The problem is that the plugin

Re: Logging a message for Multi kahaDB

2013-11-13 Thread Christian Posta
Have you tried turning the log level to debug? I'm not sure, but why would you even want to do this? On Wednesday, November 13, 2013, Sophia Wright wrote: waiting for a response... -- View this message in context:

Re: Need some advice on how to build in Eclipse using Maven

2013-11-13 Thread Christian Posta
Not sure about eclipse. I use intellij and it works wonderfully. But your first task would be to get the maven build to work. mvn clean install -Dtest=false--- that doesn't work? post the mvn build output you get that shows that it fails On Wed, Nov 13, 2013 at 7:57 AM, tpc_1095

Re: activemq example configuration does not work with debug set in log4j in 5.9.0

2013-11-13 Thread Christian Posta
yah... weird... i can reproduce.. open a jira to track this... On Tue, Nov 12, 2013 at 7:15 AM, gmicky michal.gu...@gmail.com wrote: Hi, logQuery bean example in activemq.xml: bean id=logQuery class=org.fusesource.insight.log.log4j.Log4jLogQuery lazy-init=false

Re: Proxy Connector memory consumption

2013-11-13 Thread Christian Posta
it would be awesome if you could put together a little unit test that shows this and open a jira. then we can fix it asap. take some inspiration from the tests here: https://github.com/apache/activemq/tree/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/proxy On Wed, Nov 13, 2013

Re: 5.3 question and server upgrade question...

2013-11-13 Thread Gary Tully
can you try a different ack mode, like clientack or using transactions - the prefetch will be deferred till the ack which will be later than in the auto ack case. Also, in the transacted case, use the destination policy prefetchExtension=false On 13 November 2013 14:54, Ned Wolpert

Re: Can I control the output of command ps -ef|grep activemq ?

2013-11-13 Thread HellKnight
Mr. Mielke: Quote from your post: 1063855181 71497 71476 0 0:00.38 ttys0150:04.99 /System/Library/Frameworks/JavaVM.framework/Home/bin/java -Xms1G -Xmx1G -Djava.util.logging.config.file=logging.properties -Dcom.sun.management.jmxremote

Re: hawtio console could not be opened

2013-11-13 Thread HellKnight
Yes, an up-to-date chrome works fine -- View this message in context: http://activemq.2283324.n4.nabble.com/hawtio-console-could-not-be-opened-tp4674301p4674411.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.