|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.protocol.jms.sampler.TemporaryQueueExecutor
Request/reply executor with a temporary reply queue.
Created on: October 28, 2004
Constructor Summary | |
TemporaryQueueExecutor(javax.jms.QueueSession session,
javax.jms.Queue destination)
Constructor. |
Method Summary | |
javax.jms.Message |
sendAndReceive(javax.jms.Message request)
Sends and receives a message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TemporaryQueueExecutor(javax.jms.QueueSession session, javax.jms.Queue destination) throws javax.jms.JMSException
session
- the session to use to send the messagedestination
- the queue to send the message on
javax.jms.JMSException
Method Detail |
public javax.jms.Message sendAndReceive(javax.jms.Message request) throws javax.jms.JMSException
QueueExecutor
sendAndReceive
in interface QueueExecutor
request
- the message to send
null
javax.jms.JMSException
- in case of an exception from the messaging system
|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |