It is possible to start ActiveMQ asynchronously - there's a "startAsync" setting on the broker.
With that said, I recommend running separate activemq servers instead of embedding the brokers. ActiveMQ is not a light-weight tool. Embedding it inside tomcat will limit scaling of both ActiveMQ and Tomcat, and can lead to a lot of confusion when problems arise. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-shared-file-Shared-File-System-hangs-server-startups-tp4686579p4686601.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
