json - Where does Apache Qpid GUI make changes on disk? -


i'm trying delete port interface on qpid without using broker management gui.

making change manually (using gui) reveals config.json modified when port deleted (from using diff).

my code solution uses sed delete necessary lines config.json.

this not working intended however, , think file needs modified.

i have diffed entire qpid-broker directory, seeing config.json changed using gui.

is there database, or other change i'm missing delete port? cannot use gui.

thanks

the recommended approach use rest api customise broker's configuration. there couple of examples in documentation started, including couple of command line examples using curl. web management console uses rest api itself, can use tools such firebug watch rest interactions makes additional inspiration.

https://qpid.apache.org/releases/qpid-java-6.1.4/java-broker/book/java-broker-management-channel-rest-api.html


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -