org.apache.jmeter.protocol.jms.sampler
Class Receiver
java.lang.Object
org.apache.jmeter.protocol.jms.sampler.Receiver
- All Implemented Interfaces:
- Runnable
- public class Receiver
- extends Object
- implements Runnable
Receiver of pseudo-synchronous reply messages.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createReceiver
public static Receiver createReceiver(javax.jms.QueueConnectionFactory factory,
javax.jms.Queue receiveQueue,
String principal,
String credentials)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
run
public void run()
- Specified by:
run
in interface Runnable
activate
public void activate()
deactivate
public void deactivate()
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.