org.apache.jmeter.protocol.jms.sampler
Class TemporaryQueueExecutor
- QueueExecutor
public class TemporaryQueueExecutor
Request/reply executor with a temporary reply queue.
Used by JMS Sampler (Point to Point)
Created on: October 28, 2004
TemporaryQueueExecutor
public TemporaryQueueExecutor(QueueSession session,
Queue destination)
throws JMSException
Constructor.
session
- the session to use to send the messagedestination
- the queue to send the message on
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.