Menu Search

5.2. Configuration Store Location

The broker will default to using ${qpid.work_dir}/config.json as the path for its configuration store unless otherwise instructed.

The command line argument -sp (or --store-path) can optionally be used to specify a different relative or absolute path to use for the broker configuration store:

$ ./qpid-server -sp ./my-broker-configuration.json
        

If no configuration store exists at the specified/defaulted location when the broker starts then one will be initialised using the current 'Initial Configuration'.