Created attachment 30136 [details] Diff file with enhancements Hello, In my opinion, the JMS Point-to-Point Sampler GUI has 2 points that could be improved: - The "JNDI name Receive queue" and "JMS Selector" fields do not resize when the window width is increased - The "Content" field height is very small. It's difficult to read a message with many lines. I've attached a diff file with the following changes: - The "JNDI name Receive queue" and "JMS Selector" fields are now positioned as BorderLayout.SOUTH and BorderLayout.NORTH, instead of BorderLayout.EAST and BorderLayout.WEST - Preferred size of the "Content" field is set to Dimension(400, 150). This value is currently used in the "Text Message ..." field of the JMS Publisher Sampler The diff file was created using TortoiseSVN 1.7.9 in Windows XP SP3 Best regards, Bruno Antunes
Date: Tue Apr 2 19:43:47 2013 New Revision: 1463718 URL: http://svn.apache.org/r1463718 Log: Bug 54788 - JMS Point-to-Point Sampler - GUI enhancements to increase readability and ease of use Bugzilla Id: 54788 Modified: jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSSamplerGui.java jmeter/trunk/xdocs/changes.xml
Thanks for patch, applied.
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3089