DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44144>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44144 Summary: JMS point-to-point: request response test does not work Product: JMeter Version: 2.3.1 Platform: Other OS/Version: Windows XP Status: NEW Severity: major Priority: P2 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hi. I've been trying to use the JMS point-to-point sampler to execute a simple request-response test, but without success. I downloaded the source and debugged org.apache.jmeter.protocol.jms.sampler.FixedQueueExecutor and org.apache.jmeter.protocol.jms.sampler.Receiver. The problem appears to be that when the message is published by the FixedQueueExecutor, it is keyed in the MessageAdmin object with its JMSMessageID (see FixedQueueExecutor.sendAndReceive(Message request) at line 65/66), but when the Receiver consumers the reply, it looks in MessageAdmin keyed on JMSCorrelationID (see Receiver.run() at line 78). It never ties the request and response together and the test will only ever report failures. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
