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, IDisposable
Properties
| Improve this Doc View SourceQueueName
Declaration
string QueueName { get; }
Property Value
Type | Description |
---|---|
System.String |