Method
Queue
CreateQueue(
string queueName );
Create a queue.
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.
TIBCO Enterprise Message Service™ .NET Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |