Show / Hide Table of Contents

    Class RedeliveryPolicy

    A policy used to customize exactly how you want the redelivery to work.

    Inheritance
    System.Object
    RedeliveryPolicy
    Implements
    IRedeliveryPolicy
    System.ICloneable
    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.Policies
    Assembly: Apache.NMS.dll
    Syntax
    public class RedeliveryPolicy : IRedeliveryPolicy, ICloneable

    Properties

    | Improve this Doc View Source

    BackOffMultiplier

    Declaration
    public int BackOffMultiplier { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    CollisionAvoidancePercent

    Declaration
    public int CollisionAvoidancePercent { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    InitialRedeliveryDelay

    Declaration
    public int InitialRedeliveryDelay { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MaximumRedeliveries

    Declaration
    public int MaximumRedeliveries { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NextBool

    Gets the next boolean

    Declaration
    protected static bool NextBool { get; }
    Property Value
    Type Description
    System.Boolean

    true if [next bool]; otherwise, false.

    | Improve this Doc View Source

    RandomNumberGenerator

    Gets the random number generator.

    Declaration
    protected static Random RandomNumberGenerator { get; }
    Property Value
    Type Description
    System.Random

    The random number generator.

    | Improve this Doc View Source

    UseCollisionAvoidance

    Declaration
    public bool UseCollisionAvoidance { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UseExponentialBackOff

    Declaration
    public bool UseExponentialBackOff { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    RedeliveryDelay(Int32)

    Declaration
    public virtual int RedeliveryDelay(int redeliveredCounter)
    Parameters
    Type Name Description
    System.Int32 redeliveredCounter
    Returns
    Type Description
    System.Int32

    Implements

    IRedeliveryPolicy
    System.ICloneable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX