Queue


Constructor

Declaration

Queue( 
    string name); 

Purpose

Create a queue object.

Remarks

This constructor creates only local objects (within the program). It does not attempt to lookup the corresponding server object until the program creates a MessageConsumer or a MessageProducer that uses the queue. That automatic lookup can result in either of two outcomes:

Parameter
Description
name
Find or create a queue with this name.

See Also

Session.CreateQueue

LookupContext


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