[TIBCO.EMS .NET client library 7.0 documentation]

This class provides a request/reply facility for messaging over a queue.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public class QueueRequestor
Public Class QueueRequestor
public ref class QueueRequestor

Remarks

We recommend that clients follow these steps:

  1. Create a QueueSession, and use it to create a Queue for requests and replies.
  2. Create a QueueRequestor, using the queue session and queue as arguments.
  3. Send a request and receive a reply. You may repeat this step for several request and reply pairs.
  4. Close the requestor object, when done. The Close method also closes the requestor’s session as a side effect.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS..::.QueueRequestor

See Also