I am upgrading from version 6 to version 7, which means switching from from instantiating a Broker
to using the SystemLauncher
.
In particular, I had specified the keystore with a variable, and am now providing that via the systemConfigAttributes
to start. But it reports that it can't find they keystore, and names my ${variable}
as the keystore, rather than the value I provided.
I've also tried using one of the standard variables ${qpid.amqp_port}
instead, just in case, and it's still reporting that variable name rather than a value.
Is this a feature that doesn't work any more, or am I plugging it in wrong?