DO NOT REPLY [Bug 48155] Multiple problems / enhancements with JMS protocol classes.

[email protected]
Newsgroups gmane.comp.jakarta.jmeter.devel
Message-ID <[email protected]>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48155

--- Comment #11 from Sebb <[email protected]> 2009-12-10 14:58:50 UTC ---
The patch is a lot better, but still makes some unnecessary changes, for
example:

-    private final TopicConnection CONN;
+    private TopicConnection CONN = null;

and related changes in the static {} block.

It's important that the variable (and others like it) remains final, otherwise
it may not be published correctly across threads.

However, I think I can work round those changes; the other changes look OK.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.