TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Queue Constructor 

Constructs a new Queue object with the given name.

public Queue(
   string name
);

Parameters

name
name of the queue

Remarks

This is an utility provided to client so they can either create a dynamic destination or obtain a destination object provided that the object with the given name is already configured on the server.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Queue Class | TIBCO.EMS Namespace