Actually, ignore that too... Been too long since I looked at this code.
There doesn't actually seem to be any way to set an arbitrary property in
the system config. :-(
This seems like something we should raise an enhancement for
Apologies,
Rob
On Mon, 26 Nov 2018 at 18:02, Rob Godfrey wrote:
D'Oh again you are completely correct, apologies...this is at the system
config level not broker...
So the only way to pass it in is as a command line parameter -prop
'preferenceStoreAttributes=...'
-- Rob
On Mon, 26 Nov 2018 at 17:55, VERMEULEN Olivier
wrote:
> Actually, looking at the code
Actually, looking at the code, there is no 'preferenceStoreAttributes' field in
the Broker class
https://github.com/apache/qpid-broker-j/blob/c018e1ac9d21e9f5eb38d2ae7a26a31e63c07fdf/broker-core/src/main/java/org/apache/qpid/server/model/Broker.java
So it's expected that it would be ignored in the
Thanks Alex for the fix.
I tried setting the 'preferenceStoreAttributes' in the initial configuration
but it's not taken into account...
Olivier
-Original Message-
From: Oleksandr Rudyy
Sent: vendredi 23 novembre 2018 12:44
To: users@qpid.apache.org
Subject: Re: [Broker-J] JDBC config s
Hello,
The multiple connectors are used for a better performance outcome. Our use-case
consists of sending thousands of messages, and a large connection pool size
helps in reducing the latency.
Looking at https://issues.apache.org/jira/browse/DISPATCH-1172, I see that
there might be a problem w