On Aug 2, 2010, at 9:08 AM, dispencer wrote: > > Hi all, im really struggling to work whats wrong with my ActiveMQ startup, I > had it working oneday restarted the server and it no longer works. Any kind > of help is appreciated.
Check to see what's running on that port already. On most unix like systems lsof -i -n | egrep 'COMMAND|LISTEN' Will show you the process id that has it open.