On Tue, 2016-01-12 at 17:48 -0500, Chuck Rolke wrote: > There's a tool for that - qdmanage > https://qpid.apache.org/releases/qpid-dispatch-0.5/book/tools.html
The management schema is documented at https://qpid.apache.org/releases /qpid-dispatch-0.5/book/schema.html, its installed with dispatch as qdrouter.json The management protocol is from the AMQP management draft spec: https://www.oasis-open.org/committees/download.php/55429/amqp-man-v1%20 0-wd11.doc It works by exchanging AMQP messages so you can embed a management client in any AMQP 1.0 application if you want. Dispatch includes a re- usable python library to simplify the job in python but it's not very complex, check the qdmanage source. > > > ----- Original Message ----- > > From: "Olivier Mallassi" <[email protected]> > > To: [email protected] > > Sent: Tuesday, January 12, 2016 3:03:53 PM > > Subject: Re: [Dispatch] reload config > > > > Sorry my question was too generic > > Let's say I would like to add a waypoint, is there a kind of > > "management > > API" on the dispatch or reboot is the option? > > > > Thx > > > > On Tuesday, 12 January 2016, Ted Ross <[email protected]> wrote: > > > > > To reload the entire configuration, you need to restart the > > > process. > > > > > > On 01/12/2016 11:55 AM, Olivier Mallassi wrote: > > > > > > > Hello all > > > > > > > > Is there a way to reload the conf file of Dispatch or do I need > > > > to reboot > > > > it? > > > > > > > > Regards. > > > > > > > > oliv/ > > > > > > > > > > > --------------------------------------------------------------- > > > ------ > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
