TopicRequestor


Constructor

Declaration

TopicRequestor ( 
    TopicSession session, 
    Topic topic ); 

Purpose

Create a topic requestor.

Parameter
Description
session
The requestor operates within this topic session.
This session must not use transaction semantics. Its delivery mode must be either AutoAcknowledge or DupsOkAcknowledge.

The Close method also closes this session as a side effect.

topic
The requestor sends request messages to this topic, and waits for replies on the same topic.
You must create this topic using the topic session you supply as the first argument.


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