Are there transactions part of the problem, or is that just a typo? Looking at ActiveMQConnection, In the close method, I see
ServiceSupport.dispose(this.transport);
This in turn calls
service.stop();
Which ultimately closes the transport.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/5-8-0-Unable-to-shutdown-embedded-broker-tp4679137p4679144.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
