| java.lang.Object org.apache.jmeter.protocol.jms.sampler.TemporaryQueueExecutor
TemporaryQueueExecutor | public class TemporaryQueueExecutor implements QueueExecutor(Code) | | Request/reply executor with a temporary reply queue.
Created on: October 28, 2004
author: Martijn Blankestijn version: $Id: TemporaryQueueExecutor.java,v 1.3 2005/06/01 18:10:32 version: mblankestijn Exp $ |
TemporaryQueueExecutor | public TemporaryQueueExecutor(QueueSession session, Queue destination) throws JMSException(Code) | | Constructor.
Parameters: session - the session to use to send the message Parameters: destination - the queue to send the message on throws: JMSException - |
sendAndReceive | public Message sendAndReceive(Message request) throws JMSException(Code) | | |
|
|