|
Apache JMeter | ||||||||
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
public class TemporaryQueueExecutor
Request/reply executor with a temporary reply queue.
Used by JMS Sampler (Point to Point)
Created on: October 28, 2004
Constructor Summary | |
---|---|
TemporaryQueueExecutor(QueueSession session,
Queue destination)
Constructor. |
Method Summary | |
---|---|
Message |
sendAndReceive(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(QueueSession session, Queue destination) throws JMSException
session
- the session to use to send the messagedestination
- the queue to send the message on
JMSException
Method Detail |
---|
public Message sendAndReceive(Message request) throws JMSException
QueueExecutor
sendAndReceive
in interface QueueExecutor
request
- the message to send
null
JMSException
- in case of an exception from the messaging system
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |