when you say "message sent to the queue", what do you mean exactly?

Do you mean when it started sending it, or once the JMS server has
successfully recieved the message in the queue?  The start time is when
JMeter started to send the message, but it definitely isn't when the server
recieved the message fully and has it queued.

to measure the queued time, one would need to log it at the JMS server using
messageID and then correlate the JMeter start time with the JMS provider
recieved time.  that's rather hard to do.  An easier way might be to simply
add performance logging to the JMS server to measure the time from first
byte to time to last byte.

some JMS providers have built in metrics for logging and profiling. you will
need to consult the documentation for the JMS server you are using to find
out.

hope that helps

peter


On 12/11/05, Kim Loh <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> Can JMeter show when does the message send to Queue?
>
> Thanks.
>
> Regards,
> Kim
>
>
>

Reply via email to