[TIBCO.EMS .NET client library 6.0 documentation]

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

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

Syntax

public class TopicRequestor
Public Class TopicRequestor
public ref class TopicRequestor

Remarks

We recommend that clients follow these steps:

  1. Create a TopicSession, and use it to create a Topic for requests and replies.
  2. Create a TopicRequestor, using the topic session and Topic 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..::.TopicRequestor

See Also