Re: Did I turn off producer flow control correctly?

2013-09-27 Thread someword
I have taken some thread dumps on the hub and broker. The first thread dump occurs before the execution of the process which exhibits the blocking behavior. The remaining thread dumps are taken while the application is still running but blocked. The hub thread dumps are at http://pastebin.com/sh

Re: Did I turn off producer flow control correctly?

2013-09-27 Thread someword
Blarhg! My prior post was out of order. Thanks! The updated test runs to completion I do see this which happened last time to (just this one occurrence during the test run) making progress 0 You had an issue sending back messages! making progress 1 The test run summary looks clean though

Re: Did I turn off producer flow control correctly?

2013-09-27 Thread someword
Thanks! The updated test runs to completion I do see this which happened last time to (just this one occurrence during the test run) making progress 0 You had an issue sending back messages! making progress 1 The test run summary looks clean though Tests run: 1, Failures: 0, Errors: 0, Skipped:

Re: Did I turn off producer flow control correctly?

2013-09-27 Thread someword
The mvn clean install -Dtest=false -DfailIfNoTests=false failed with this error http://pastebin.com/mHbPfuKL . However it appears that this didn't hamper the test suite from running? Running mvn test -Dtest=org.apache.activemq.usecases.TwoBrokerReqeustReplyStompTempDestTest produced these resu

Re: Did I turn off producer flow control correctly?

2013-09-26 Thread someword
ceposta wrote > "i've gone ahead and put together the unit test here: > > https://github.com/christian-posta/activemq/blob/someword-from-mailing-list/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/TwoBrokerReqeustReplyStompTempDestTest.java"; > > ce

Re: Did I turn off producer flow control correctly?

2013-09-25 Thread someword
stomp to recreate the problem to assist in troubleshooting. The code which runs on the server is here http://pastebin.com/7UgTpT32 The code which runs on the client is here http://pastebin.com/kDYXYndv Please let me know what else I can provide. Thanks. Derek. On Wed, Sep 25, 2013 at

Re: Did I turn off producer flow control correctly?

2013-09-25 Thread someword
I tried using 5.9 SNAPSHOT and get the same behavior. Here is a link to a thread dump from the broker where the blocking is occurring - http://pastebin.com/ew0cL6Kd. Additionally I've captured some strace/gdb output of the ruby client in case that's helpful - http://pastebin.com/FTKfczVd. Any id

Did I turn off producer flow control correctly?

2013-09-18 Thread someword
https://github.com/someword/activemq-configs/tree/master/nabble-configs (minus auth bits). In my test scenario I have nodes i'll call node-client and node-server. Node-server connects to an activemq spoke and subscribes to tive.nodes waiting for messages to come in to reply to. Node-c

verify broker network performance

2013-07-23 Thread someword
Hello. We are running activemq 5.8 on centos 6.3 with java 1.6. We currently have 2 datacenters comprised of 17 brokers in a hub and spoke setup (16 spokes 1 hub).Each broker has about 600 - 700 servers connected to it which produce and consume messages via stomp.We are getting ready to a

only 1 policyEntry being honored

2013-07-17 Thread someword
Hello. I'm using activemq 5.7 and have a situation where I'm trying to define two different queue policyEntry policies. Only the policyEntry associated with ">" is working. I'm pretty new to activemq and have not been able to figure out how to get both policyEntry policies working. I figure my

Broker to Broker prefetch problems

2013-06-27 Thread someword
Hello. activemq-5.7.0-1, java version "1.6.0_24". We have 16 activemq nodes in a mesh network. The only current application using the activemq network is MCollective. I'm very new to Activemq and am hoping to get some pointers as to wether I am going down the right path in troubleshooting the sy