Show / Hide Table of Contents

    Class NMSConstants

    Defines a number of constants

    Inheritance
    System.Object
    NMSConstants
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public class NMSConstants

    Fields

    | Improve this Doc View Source

    defaultDeliveryMode

    Declaration
    public const MsgDeliveryMode defaultDeliveryMode = MsgDeliveryMode.Persistent
    Field Value
    Type Description
    MsgDeliveryMode
    | Improve this Doc View Source

    defaultPriority

    Declaration
    public const MsgPriority defaultPriority = MsgPriority.Normal
    Field Value
    Type Description
    MsgPriority
    | Improve this Doc View Source

    defaultRequestTimeout

    Declaration
    public static readonly TimeSpan defaultRequestTimeout
    Field Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    defaultTimeToLive

    Declaration
    public static readonly TimeSpan defaultTimeToLive
    Field Value
    Type Description
    System.TimeSpan
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2022 Apache Software Foundation project
    Generated by DocFX