QueueRequestor


Class

Declaration

class QueueRequestor 

Purpose

Encapsulate request-reply semantics, sending requests to a queue.

Remarks

We recommend that programs 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. The Close method also closes the requestor’s session as a side effect.

 

Method
Description
Page
105
106
107

See Also

Queue

QueueSession


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com