Hi,
I am testing out Apollo MQ for my app. I had to switch off ActiveMQ
because
it couldn't handle the load. One newbie question.
How do you cleanly shutdown the broker? There doesn't seem to be a 'stop'
directive similar to 'run'.
Also, if you do kill the broker sigkill, it corrupts the database and i
will no
longer start. It should recover gracefully in all unusual circumstances
IMHO.
Lastly, I throttle a bunch of messages through it with 16 connections and
it quickly becomes unresponsive, but I will do more tests today.
Darren