Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.2AS
-
None
Description
The code should close a jms connection on exception in JmsEndpointConnection_impl.openChannel(). The ActivemMQConnection creates a "regular" (non-daemon) thread in its constructor which must be shutdown via a call to close(). If not done a thread leak can occur.