Show / Hide Table of Contents

    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
    IDestination.DestinationType
    IDestination.IsTopic
    IDestination.IsQueue
    IDestination.IsTemporary
    System.IDisposable.Dispose()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface IQueue : IDestination, IDisposable

    Properties

    | Improve this Doc View Source

    QueueName

    Declaration
    string QueueName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2022 Apache Software Foundation project
    Generated by DocFX