https://issues.apache.org/bugzilla/show_bug.cgi?id=47288
Summary: JMS samples use write id for correlation
Product: JMeter
Version: Nightly (Please specify date)
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=23731)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23731)
Patch for protocol.jms.sampler.Receiver
Patch r701218, which introduces useReqMsgIdAsCorrelId does not go far enough.
In ...protocol.jms.sampler.Receiver.run(), the JMSMessageId is passed to
MessageAdmin. But this is the unique message id for the response message and
those correlation between the response and the original request fails. Instead,
the JMSCorrelationId should be passed to MessageAdmin.
A patch is attached.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]