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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -