Bug 52340

Summary: Allow remote sampling mode to be changed at run-time
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 2.5.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2011-12-15 14:23:21 UTC
The remote sampling mode is currently stored in static final field in SampleSenderFactory, so cannot be changed once the class has been loaded.

There's no particular reason why this is necessary; the values could be determined at run time.
Comment 1 Sebb 2011-12-15 14:28:02 UTC
URL: http://svn.apache.org/viewvc?rev=1214774&view=rev
Log:
Bug 52340 - Allow remote sampling mode to be changed at run-time

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSenderFactory.java
   jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:48 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2682