apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.42k stars 2.1k forks source link

JMS: Normalise JNDI settings #4920

Open asfimport opened 6 years ago

asfimport commented 6 years ago

Andrew Burton (Bug 62909): JMS Publisher, JMS Subscriber and JMS Point to Point share common JNDI fields that could be moved to a panel class.

+- JNDI Properties -------------------------------------------------+ [] Use jndi.properties __ Initial Context Factory __ Provider URL [] Use Authorisation User [ ] Password [ ]

+-------------------------------------------------------------------+

The JMSSampler currently uses a JMeter property JMSSampler.useSecurity.properties for authentication - this would require a change on the JMSSampler to use the above settings, or the GUI code could hide those fields only for the JMSSampler.

This is part of https://github.com/apache/jmeter/issues/4623

Some questions:

OS: All

asfimport commented 6 years ago

Andrew Burton (migrated from Bugzilla): I'm working on a patch for this, but guidance on the questions would be appreciated.