org.apache.jmeter.protocol.jms.sampler

Interface QueueExecutor

Known Implementing Classes:
FixedQueueExecutor, TemporaryQueueExecutor

public interface QueueExecutor

Executor for (pseudo) synchronous communication.
Created on: October 28, 2004
Version:
$Revision: 674365 $

Method Summary

abstract Message
sendAndReceive(Message request)
Sends and receives a message.

Method Details

sendAndReceive

public abstract Message sendAndReceive(Message request)
            throws JMSException
Sends and receives a message.
Parameters:
request - the message to send
Returns:
the received message or null

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.