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

    defaultDeliveryMode

    Declaration
    public const MsgDeliveryMode defaultDeliveryMode = MsgDeliveryMode.Persistent
    Field Value
    Type Description
    MsgDeliveryMode

    defaultPriority

    Declaration
    public const MsgPriority defaultPriority = MsgPriority.Normal
    Field Value
    Type Description
    MsgPriority

    defaultRequestTimeout

    Declaration
    public static readonly TimeSpan defaultRequestTimeout
    Field Value
    Type Description
    System.TimeSpan

    defaultTimeToLive

    Declaration
    public static readonly TimeSpan defaultTimeToLive
    Field Value
    Type Description
    System.TimeSpan
    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX