[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
This class provides a request/reply facility for messaging over a queue.
Namespace:
TIBCO.EMSAssembly: 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:
- Create a QueueSession, and use it to create a Queue for requests and replies.
- Create a QueueRequestor, using the queue session and queue 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.