Session.CreateTopic


Method

Declaration

Topic CreateTopic( 
    string topicName ); 

Purpose

Create a topic.

Remarks

If the named topic already exists at the server, then this method returns that topic. (That topic can be either static or dynamic.)

If the named topic does not yet exist at the server, and the server allows dynamic topics, then this method creates a dynamic topic.

Dynamic destinations are provider-specific, so programs that use them might not be portable to other providers.

Parameter
Description
topicName
Get or create the topic with this name.

See Also

Topic


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