| java.lang.Object org.apache.jmeter.protocol.jms.sampler.FixedQueueExecutor
FixedQueueExecutor | public class FixedQueueExecutor implements QueueExecutor(Code) | | Request/reply executor with a fixed reply queue.
Created on: October 28, 2004
author: Martijn Blankestijn version: $Id: FixedQueueExecutor.java,v 1.3 2005/05/19 15:36:53 mblankestijn version: Exp $ |
Field Summary | |
static Logger | log |
Constructor Summary | |
public | FixedQueueExecutor(QueueSender producer, int timeout) Constructor. |
FixedQueueExecutor | public FixedQueueExecutor(QueueSender producer, int timeout)(Code) | | Constructor.
Parameters: producer - the queue to send the message on Parameters: timeout - timeout to use for the return message |
sendAndReceive | public Message sendAndReceive(Message request) throws JMSException(Code) | | |
|
|