https://issues.apache.org/bugzilla/show_bug.cgi?id=54788
Bug ID: 54788
Summary: JMS Point-to-Point Sampler - GUI enhancements to
increase readability and ease of use
Product: JMeter
Version: 2.9
Hardware: PC
OS: Windows XP
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Created attachment 30136
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30136&action=edit
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
--
You are receiving this mail because:
You are the assignee for the bug.