Session.CreateQueue


Method

Declaration

Queue CreateQueue( 
    string queueName ); 

Purpose

Create a queue.

Remarks

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

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

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

Parameter
Description
queueName
Get or create the queue with this name.

See Also

Queue


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