[Mosquitto-users] Sending reload signals from java

2012-12-03 Thread saurabh patil
Hi All, Have any one tried sending reload signal to mosquitto process from java.if yes kindly share it. thanks in advance. With regards, saurabh -- Mailing list: https://launchpad.net/~mosquitto-users Post to : mosquitto-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~mosquitto

Re: [Mosquitto-users] Sending reload signals from java

2012-12-03 Thread saurabh patil
Hi All, Kindly provide solution for both Windows and Linux platform. With regards, Saurabh On Tue, Dec 4, 2012 at 12:23 PM, saurabh patil wrote: > Hi All, > Have any one tried sending reload signal to mosquitto process from java.if > yes kindly share it. thanks in advance. > > With regards, >

Re: [Mosquitto-users] Sending reload signals from java

2012-12-03 Thread andypipe...@gmail.com
I'm not sure I understand - why would you need to do this? Restarting the broker should probably be an administrative task rather than a programmatic one? At a high level I guess it should be as simple as: find PID of mosquitto; send SIGHUP. But I really would like to understand the use case. Do y