The below exception means that some other application is using tcp://localhost:61616... java.net.BindException: Address already in use: JVM_Bind
verify with command: Windows - netstat -an |find /i "listening" Linux - netstat -anp }grep 61616 If you try to run tomcat and jetty at the same time you would run into this. Try changing the activemq-broker.xml configuration file to use a different port or don't run both containers at the same time. -- Thanks, Chris Odom 512:799-0270