Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-25 Thread Alan Conway
On Wed, 2014-09-24 at 10:40 -0700, Spencer.Doak wrote: > Hi, > > Well as you know, I'm definitely in support of this addition. > > I do not know how the exact details about the QMF listener, but I would > imagine it could receive the shutdown message and do something like > "std::exit(1);". Of co

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Alan Conway
On Wed, 2014-09-24 at 20:29 +0200, Jakub Scholz wrote: > What do you expect the shutdown call to do in clustered brokers? Shutdown > the whole cluster or just the active node? Just the active node. I would think of it as being equivalent to a remote kill -TERM. Useful if you don't have ssh or othe

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Alan Conway
> > - Original Message - > > From: "Alan Conway" > > To: users@qpid.apache.org > > Cc: "Chuck Rolke" , "Gordon Sim" > > Sent: Monday, September 22, 2014 4:10:12 PM > > Subject: Add qmf shutdown command to the broker [was Re: QPID C+

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Jakub Scholz
What do you expect the shutdown call to do in clustered brokers? Shutdown the whole cluster or just the active node? Personally, I don't really see the value in it. But at the same time - if it is properly secured with ACLs - I don't think its a big security issue. Regards Jakub On Mon, Sep 22,

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Chuck Rolke
huck Rolke" , "Gordon Sim" > Sent: Monday, September 22, 2014 4:10:12 PM > Subject: Add qmf shutdown command to the broker [was Re: QPID C++ - > Dynamically Managing Broker] > > On Thu, 2014-09-18 at 15:12 -0700, Spencer.Doak wrote: > > Hey Gordon, > &

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Spencer.Doak
Hi, Well as you know, I'm definitely in support of this addition. I do not know how the exact details about the QMF listener, but I would imagine it could receive the shutdown message and do something like "std::exit(1);". Of course there might be some necessary clean-up before calling the exit c

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-23 Thread Pavel Moravec
Kind regards, Pavel - Original Message - > From: "Alan Conway" > To: users@qpid.apache.org > Cc: "Chuck Rolke" , "Gordon Sim" > Sent: Monday, September 22, 2014 10:10:12 PM > Subject: Add qmf shutdown command to the broker [was Re: QPID

Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-22 Thread Alan Conway
On Thu, 2014-09-18 at 15:12 -0700, Spencer.Doak wrote: > Hey Gordon, > > Thank you very much! That should give me a great start on this task. > > As for the 'shutdown' command, that's actually exactly what I was thinking > too. I'm thinking about running a receiver process on the broker machine.