org.apache.jmeter.protocol.jms.sampler
Interface QueueExecutor
- FixedQueueExecutor, TemporaryQueueExecutor
public interface QueueExecutor
Executor for (pseudo) synchronous communication.
Created on: October 28, 2004
abstract Message | sendAndReceive(Message request) - Sends and receives a message.
|
sendAndReceive
public abstract Message sendAndReceive(Message request)
throws JMSException
Sends and receives a message.
request
- the message to send
- the received message or
null
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.