Hello everyone,

I am using Jmeter with active mq.

I have two different queues for request and response and want to measure
the time it takes to send a message in the first queue, get it with my own
java application and write a response to the second queue.
This works quite well.

The Problem is if I am using the JMS Point-to-Point sampler there are two
communication styles which doesnt fit my needs:
- "Request Only": the listener only measures the time it takes to write in
the first queue
- "Request Response": it waits for every response before sending a new
request.

The question is:
How can I send multiple requests and receive multiple responses
asynchronous and still correlate them to each other to measure the time it
needed through the entire cycle?

Is there maybe a Plugin for Jmeter or is it simply impossible and I have to
write my own client to send messages?


Thanks for your time
Fabian Birk

Reply via email to