JMSPublisherGUI and JMSSubscriberGUI currently disable Initial Context Factory and Provider URL if "Use jndi.properties file" is selected. This is because these fields are ignored when the props file is used. However, the following fields are also ignored in this case: Use authorization User name Password These fields need to be disabled as well.
URL: http://svn.apache.org/r1624301 Log: JMS GUIs should disable all fields affected by jndi.properties checkbox Bugzilla Id: 56962 Modified: jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSPublisherGui.java jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3430