deploying Qpid via Cloud Foundry

2017-02-28 Thread Dan Langford
On the IRC channel last week rgodfrey mentioned that some of you may be deploying Qpid via Cloud Foundry. I am exploring some of those ideas for use at my place of employment and was wondering if I could pick your brain a little bit on what that setup might look like. Please forgive me if my questi

Re: Using QMF to get information about consumers/producers

2017-02-28 Thread Gordon Sim
On 28/02/17 21:10, mottese wrote: Do you know how I would obtain the incoming links? Basically you just do a query where the _class_name is 'incoming' (probably similar to what you do for queues, but with a different type?). Attached is a simple example that prints a count of the number of (

Re: Using QMF to get information about consumers/producers

2017-02-28 Thread mottese
Do you know how I would obtain the incoming links? I'm trying to find out how, but I can't find very much doc on QMF. -- View this message in context: http://qpid.2158936.n2.nabble.com/Using-QMF-to-get-information-about-consumers-producers-tp7659741p7659748.html Sent from the Apache Qpid users

Re: Using QMF to get information about consumers/producers

2017-02-28 Thread Gordon Sim
On 28/02/17 20:31, mottese wrote: Thanks for the quick reply. Incoming links sounds like what I am looking for. I am using AMQP 1.0, so that's not a problem. Ok, good. My previous reply was a little incorrect. You can't actually retrieve the incoming links only for a given target. You would ne

Re: Using QMF to get information about consumers/producers

2017-02-28 Thread mottese
Thanks for the quick reply. Incoming links sounds like what I am looking for. I am using AMQP 1.0, so that's not a problem. -- View this message in context: http://qpid.2158936.n2.nabble.com/Using-QMF-to-get-information-about-consumers-producers-tp7659741p7659745.html Sent from the Apache Qpid

Re: Using QMF to get information about consumers/producers

2017-02-28 Thread Gordon Sim
On 28/02/17 18:58, mottese wrote: Hi, I'm using the Qpid 1.36 C++ client and I'm trying to use QMF to get information about how many producers/consumers a queue has. Currently, I can get how many consumers a queue has by using this request: request.setReplyTo(receiver.getAddress()); requ

Re: [Qpid Dispatch - 0.7.0] Random failure on unit test "system_tests_link_routes" on Linux

2017-02-28 Thread Ganesh Murthy
Hi Adel, Thanks for sending the trace. I realized that what I actually wanted to see is the log files of all routers so I can get a complete view of the traffic between the routers. Can you please zip up the contents of the /build/system_test.dir/system_tests_link_routes/LinkRouteTest/setUpCl

Using QMF to get information about consumers/producers

2017-02-28 Thread mottese
Hi, I'm using the Qpid 1.36 C++ client and I'm trying to use QMF to get information about how many producers/consumers a queue has. Currently, I can get how many consumers a queue has by using this request: request.setReplyTo(receiver.getAddress()); request.setProperty("x-amqp-0-10.app-id"

Re: [Qpid Dispatch - 0.7.0] Random failure on unit test "system_tests_link_routes" on Linux

2017-02-28 Thread Adel Boutros
You will find attached the result of the below command. Adel From: Ganesh Murthy Sent: Tuesday, February 28, 2017 6:51:42 PM To: users@qpid.apache.org Subject: Re: [Qpid Dispatch - 0.7.0] Random failure on unit test "system_tests_link_routes" on Linux Hi Adel,

Re: [Qpid Dispatch - 0.7.0] Random failure on unit test "system_tests_link_routes" on Linux

2017-02-28 Thread Ganesh Murthy
Hi Adel, Can you please run that specific unit test with PN_TRACE_FRM=1 and send the output. This is how you run the specific test - PN_TRACE_FRM=1 /usr/bin/python "/build/tests/run.py" "-m" "unittest" "-v" "system_tests_link_routes.LinkRouteTest.test_www_drain_support_all_messages" Thanks

Re: Performance degradation with Qpid JMS Client 0.20.0

2017-02-28 Thread Timothy Bish
On 02/28/2017 08:10 AM, Oleksandr Rudyy wrote: Hi all, After upgrading Qpid JMS Client from version 0.11.0 to version 0.20.0 our performance test results dropped approximately on 20-25% in the performance tests testing transaction performance with trunk version of Qpid Java Broker. Changing cl

Re: [Qpid Dispatch - 0.7.0] Random failure on unit test "system_tests_link_routes" on Linux

2017-02-28 Thread Adel Boutros
Hi Ganesh, Yes, I had checked your fix but it doesn't seem to work here. Indeed, the test is still failing even when timeout is increased to 100. It seems the drain is always only receiving 8 messages out of 10. I didn't check it on the trunk however to see if it is fixed. Regards, Adel _

Re: [Qpid Dispatch - 0.7.0] Random failure on unit test "system_tests_link_routes" on Linux

2017-02-28 Thread Ganesh Murthy
Hi Adel, We did notice the same problem you are seeing and we did end up increasing the timeout from 5 to 10 (although on a different test) as seen in this commit on master branch - https://github.com/apache/qpid-dispatch/commit/5e6b2e65b2ea9614d7619711961d38aceefb49d4 Is it correct that ev

Re: Patch + jira vs pull request

2017-02-28 Thread Adel Boutros
Thank you Ganesh for the explanation! Regards, Adel From: Ganesh Murthy Sent: Tuesday, February 28, 2017 3:31:57 PM To: users@qpid.apache.org Subject: Re: Patch + jira vs pull request A few days back, I had emailed Travis support and asked them why the builds

Re: Patch + jira vs pull request

2017-02-28 Thread Ganesh Murthy
A few days back, I had emailed Travis support and asked them why the builds were taking too long to start. This is what they said - "I've been taking a look at the logs and it appears that at the time when your build #199359621 was triggered, the Apache organization was running at capacity, an

Re: Patch + jira vs pull request

2017-02-28 Thread Adel Boutros
Hello, I was testing this morning the pull request mechanism. I was able to perform the pull request however it seems Travis has not built it yet. Is there a way to know what's blocking it? (https://travis-ci.org/apache/qpid-dispatch/builds/206144819) Regards, Adel

Re: [Qpid Dispatch - 0.7.0] Random failure on unit test "system_tests_link_routes" on Linux

2017-02-28 Thread Adel Boutros
I increased the timeout from 5 to 100 and the test which now takes 110 seconds instead of 10 seconds is still failing. After re-checking, the error message is actually the same on each failure. I think there is an issue here. My patch: diff --git a/tests/system_tests_drain_support.py b/tests

[Qpid Dispatch - 0.7.0] Random failure on unit test "system_tests_link_routes" on Linux

2017-02-28 Thread Adel Boutros
Hello, I noticed a random issue with the Dispatch Router 0.7.0 which has a random failure in the test "system_tests_link_routes". I launch the same test 10 times, it fails randomly (Failure occurs at the 4th or 5th run) but always with a similar error. It seems the timeout of 5 milliseconds i

Performance degradation with Qpid JMS Client 0.20.0

2017-02-28 Thread Oleksandr Rudyy
Hi all, After upgrading Qpid JMS Client from version 0.11.0 to version 0.20.0 our performance test results dropped approximately on 20-25% in the performance tests testing transaction performance with trunk version of Qpid Java Broker. Changing client back to v0.11.0 and re-running the tests yie

Re: [Qpid Dispatch] Manage Dispatch router from Qpid Jms

2017-02-28 Thread Robbie Gemmell
Great, thanks Ganesh. Robbie On 27 February 2017 at 22:19, Ganesh Murthy wrote: > Hi Robbie, > > - Original Message - >> From: "Robbie Gemmell" >> To: users@qpid.apache.org >> Sent: Friday, February 24, 2017 11:43:05 AM >> Subject: Re: [Qpid Dispatch] Manage Dispatch router from Qpid Jm