I found that the largest problem in integrating AMQ with my Linux init scripts is around the generation of a pid file. I have made the following insertion into bin/activemq just below the header comments:
# Write out pid file if we've been given one if [ "$ACTIVEMQ_PID" ] ; then echo $$ > "$ACTIVEMQ_PID" fi Would this be a worthwhile inclusion within the distribution? -- View this message in context: http://www.nabble.com/Should-activemq%27s-startup-have-an-option-to-generate-a-pid-file-tp23653782p23653782.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
