Interface IQueue
Represents a queue in a message broker. A message sent to a queue is delivered to at most one consumer on the queue.
Inherited Members
      System.IDisposable.Dispose()
    
  Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
public interface IQueue : IDestination, IDisposableProperties
| Improve this Doc View SourceQueueName
Declaration
string QueueName { get; }Property Value
| Type | Description | 
|---|---|
| System.String |