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.
Comments
Post a Comment