Re: destroyApplicationContextOnStop parameter semantics

2010-07-15 Thread Dejan Bosanac
Hi Vjaceslavs, this parameter instructs the broker that when it shuts down it try to stop surrounding application context. This is helpful when embedding broker in various environments like OSGi container or Spring app, so it's not much of a concern if you're running it standalone. BTW. I've put

destroyApplicationContextOnStop parameter semantics

2010-07-15 Thread Vjaceslavs Klimovs
Hi, In the default provided documentation is always configured with destroyApplicationContextOnStop="true". I searched documentation but was unable to find what exactly this parameter means. I would like to know what this parameter does, and if I need it or not, considering that I run ActiveMQ as