Bug 54788

Summary: JMS Point-to-Point Sampler - GUI enhancements to increase readability and ease of use
Product: JMeter - Now in Github Reporter: Bruno Antunes <b.m.antunes>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.9   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Diff file with enhancements

Description Bruno Antunes 2013-04-02 16:31:19 UTC
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
Comment 1 Philippe Mouawad 2013-04-02 19:44:35 UTC
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
Comment 2 Philippe Mouawad 2013-04-02 19:44:54 UTC
Thanks for patch, applied.
Comment 3 The ASF infrastructure team 2022-09-24 20:37:53 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3089