TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

QueueInfo Constructor 

The public constructor creates a QueueInfo object with the given name.

public QueueInfo(
   string queueName
);

Parameters

queueName
the name for the queue being created.

Remarks

The queue is not created on the server until the object is passed to Admin.CreateQueue().

See Also

QueueInfo Class | TIBCO.EMS.ADMIN Namespace