TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

QueueRequestor Constructor 

Construct a QueueRequestor object given a queue session and queue.

public QueueRequestor(
   QueueSession session,
   Queue queue
);

Parameters

session
The non-transacted queue session
queue
The queue destination on which to send request and wait for reply. Note that this queue must belong to the QueueSession provided by the session parameter

Remarks

For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

Exceptions

Exception Type Condition
EMSException An EMSExceptin may be thrown in case of failure

See Also

QueueRequestor Class | TIBCO.EMS Namespace