Hi,
I am trying to find what are the available properties that can use at
broker start up. I know below are available but any undocumented properties
that i can pass at the time of startup?
qpid.amqp_port=5672
qpid.http_port=10002
qpid.jmx_port=8999
qpid.rmi_port=9099
and config.json will be like
"ports" : [ {
"port" : "${qpid.amqp_port}",
"port" : "${qpid.http_port}",
"port" : "${qpid.jmx_port}"
"port" : "${qpid.rmi_port}"
is there any property available for "authenticationProvider" so that i can
use it as variable in config file?
like "authenticationProvider" : "${my_authenticationProvider}"
Thanks,
Ram