On 9/11/06, Kapil <[EMAIL PROTECTED]> wrote:
Hi, My spring based application is using ActiveMQ 4.0.1 in embedded mode running in Tomcat 5.5.17 server. When I try to shutdown Tomcat server, I receive folllowing error and shutdown process is halted
How are you starting/stopping the broker? My advice would be to use Spring to create an embedded broker then you have explciit control over it rather than creating vm:// connections thoughout your application. See the activemq-web-demo or activemq-web-console for examples -- James ------- http://radio.weblogs.com/0112098/
