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: jmeter-dev@jakarta.apache.org
        ReportedBy: cafed...@gmail.com


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: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to