DO NOT REPLY [Bug 48155] Multiple problems / enhancements with JMS protocol classes.
| 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.