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

2012-12-12 Thread Prashant Kedia
Hi Roger/Josh, I am also having the same issue on windows and I was wondering if I can initiate a monitor on mosquitto configuration file directory, through this plugin (using windows FindFirstChangeNotification ), so that whenever any of the configuration file changes, monitor will capture the ev

[Mosquitto-users] Implementing mosquitto plugin

2012-12-13 Thread Prashant Kedia
Hi All, I am trying to write mosquitto plugin (implementing mosquitto_plugin.h) and I am not sure if I am doing it right way. I was wondering if anyone has implemented this plugin? If so, can I get the source code for the same? I also want to know how to compile this plugin on windows and where t

[Mosquitto-users] Problem in log_type debug with log_dest topic

2012-12-24 Thread Prashant Kedia
Hi All, I am trying to capture the 'debug' level logs with log destination type 'topic'. But all I am getting at the listener point are notification log (with topic $SYS/broker/log/N). Here is the use case: 1) Start broker with below configuration: log_type debug log_type notice log_dest topic

Re: [Mosquitto-users] Existing connections are getting lost on config file reload (signal SIGHUP)

2013-04-09 Thread Prashant Kedia
Hi Roger/Saurabh, I could reproduce the issue too. Below are my observations: 1) The issue reproduces only when we are using password file and there are some entries in password file during reload. 2) If there are no entries in password during reload then it does not affect the existing client c

Re: [Mosquitto-users] Existing connections are getting lost on config file reload (signal SIGHUP)

2013-04-11 Thread Prashant Kedia
; Roger > > > > On Thu, Apr 11, 2013 at 7:40 AM, saurabh patil > wrote: > >> Hi Roger, >> Any updates on the issue,have you reproduce it in your environment. >> >> With Regards, >> Saurabh Patil. >> >> >> On Wed, Apr 10, 2013 a