Qpid client disconnect notification

2014-12-05 Thread srodof
I have a qpid sender c++ and multiple qpid receivers in Java, using c++ broker. I would like to know in c++ every time a java client disconnect. Looking into this forum i found that creating a c++ receiver that listens to qmf.default.topic/agent.ind.event.org_apache_qpid_broker.#;

Re: c++ broker performance 0.20(LOOSER) vs 0.12(WINNER)

2013-02-11 Thread srodof
Rerun the tests with --default-queue-limit 0 and still the same difference. We already rolled back the production broker to 0.12. The tools for 0.20 will be missed. We use the 0.20 Java and C++ clients with the broker 0.12. Thanks -- View this message in context:

Re: c++ broker performance 0.20(LOOSER) vs 0.12(WINNER)

2013-02-04 Thread srodof
Forgot to mention the config for brokers is the same ./qpidd --auth=no --tcp-nodelay -p 25682 --data-dir=./.qpidd25682 --pid-dir=./.qpidd25682 1 ~/qpidLogs/qpid25682.log 2 ~/qpidLogs/qpid25682.log ~ ~ -- View this message in context:

c++ broker performance 0.20(LOOSER) vs 0.12(WINNER)

2013-02-04 Thread srodof
WINNER 0.12 by about 20% Hi all, Here is what I did and results. TO my surprise the old 0.12 is more performant. Am I missing something about the new release? C++ broker , running the latency tool build from 0.20 ./qpid-latency-test -b xx.xx.xx.xx -p 25670 --tcp-nodelay --size 400 --count