Re: Daemon process manager

2007-10-11 Thread Roger Hoover
This looks like exactly what we need. Thank you! On 9/25/07, Alex _ <[EMAIL PROTECTED]> wrote: > http://www.plope.com/software/supervisor2/ > > Roger Hoover <[EMAIL PROTECTED]> wrote: We're planning to use ActiveMQ as an > asynchronous messaging layer between > daemon processes written in variou

Re: Daemon process manager

2007-09-25 Thread Alex _
http://www.plope.com/software/supervisor2/ Roger Hoover <[EMAIL PROTECTED]> wrote: We're planning to use ActiveMQ as an asynchronous messaging layer between daemon processes written in various languages (connecting to ActiveMQ via STOMP). We need a convenient way to launch, shutdown, or restart

Re: Daemon process manager

2007-09-25 Thread James Strachan
Have you tried using the Java Service Wrapper tool in the binary distro. e.g. go into activemq/bin/linux and see the wrapper scripts; it lets you setup daemons and use unix signals to monitor/start/stop/restart etc On 24/09/2007, Roger Hoover <[EMAIL PROTECTED]> wrote: > We're planning to use Acti

Re: Daemon process manager

2007-09-25 Thread PieterN
Hi, Roger Hoover wrote: > > We need a convenient way to launch, shutdown, or restart the > daemons and supervise them (restart them if they die). We also want to > start multiple copies of daemon process, all listening to the same queue. > > Can anyone recommend any free/open-source tools for