org.apache.jmeter.protocol.jms.sampler
Class FixedQueueExecutor
- QueueExecutor
public class FixedQueueExecutor
Request/reply executor with a fixed reply queue.
Used by JMS Sampler (Point to Point)
Created on: October 28, 2004
FixedQueueExecutor
public FixedQueueExecutor(QueueSender producer,
int timeout) Constructor.
producer - the queue to send the message ontimeout - timeout to use for the return message
FixedQueueExecutor
public FixedQueueExecutor(QueueSender producer,
int timeout,
boolean useReqMsgIdAsCorrelId) Constructor.
producer - the queue to send the message ontimeout - timeout to use for the return messageuseReqMsgIdAsCorrelId - whether to use the request message id as the correlation id
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.