[TIBCO.EMS .NET client library 7.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
This class provides a request/reply facility for messaging over a topic.
Namespace:
TIBCO.EMSAssembly: 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:
- Create a TopicSession, and use it to create a Topic for requests and replies.
- Create a TopicRequestor, using the topic session and Topic as arguments.
- Send a request and receive a reply. You may repeat this step for several request and reply pairs.
- Close the requestor object, when done. The Close method also closes the requestor’s session as a side effect.