This probably does not matter. I think legacystore.so is the one that is
working.
--
View this message in context:
http://qpid.2158936.n2.nabble.com/Why-performance-of-sending-durable-messages-to-qpid-queue-is-really-bad-tp7609368p7609543.html
Sent from the Apache Qpid users mailing list archiv
Thanks for that. After changing it from 500 to 10, I am able to get 20ms
latency for a send. Pretty cool.
But I cannot reproduce it on another machine, i.e. after I copied the
rebuilt qpidd executable with reduced timeout to another machine, the
latency is still 1000ms on that machine, unless I re
Please see Project Adverb at https://github.com/ChugR/Adverb.git
You can get to the meat of what I'm trying to present by cloning the repo and
opening
./Adverb/website/index.html
I'm on the verge of creating more examples and more complicated scenarios and
I'd like some feedback on whether thi
I haven’t seen this come around to the Qpid users list, so am forwarding it
directly.
-Steve
From: amqp-bind...@lists.oasis-open.org
[mailto:amqp-bind...@lists.oasis-open.org] On Behalf Of Paul Knight
Sent: Thursday, June 19, 2014 4:10 PM
To: tc-annou...@lists.oasis-open.org; memb...@lists.oasis
On Tue, 2014-06-17 at 14:35 -0700, smartdog wrote:
> load-module=/usr/local/phonefactor/bin/legacystore.so
> load-module=/usr/local/phonefactor/bin/qpid/store/store.so
Do you have *two* stores loaded at the same time?
-
To unsub
On 06/17/2014 05:14 PM, Filipe Santos wrote:
I have this scenario:
Two federated qpid A and B, in different machines, with routes ( and links)
between them.
Without deleting any configuration I've remove qpid B and added a qpid C.
From this moment I couldn't configure qpid C with routes bet
On 06/19/2014 10:03 PM, smartdog wrote:
I am not sending big messages, just a couple of words. Indeed, I use AMQP
1.0. Then it seems the static 1000ms latency comes from qpid timeout for
waiting more messages to write to the store. Can I adjust the timeout value
in qpid source code? I would be ha