https://issues.apache.org/bugzilla/show_bug.cgi?id=51841
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Sebb <[email protected]> 2011-09-17 21:47:34 UTC --- Thanks! There was strange item in the patch: Utils.close(SUBSCRIBER, log); + Utils.close(SUBSCRIBER, log); Utils.close(SESSION, log); Utils.close(CONN, log); I assume the second call to close SUBSCRIBER was not intentional. URL: http://svn.apache.org/viewvc?rev=1172073&view=rev Log: Bug 51841 - JMS : If an error occurs in ReceiveSubscriber constructor or Publisher, then Connections will stay open Modified: jakarta/jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/Publisher.java jakarta/jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/ReceiveSubscriber.java jakarta/jmeter/trunk/xdocs/changes.xml -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
