Loupe - Log - Monitor - Resolve
Gibraltar.Messaging Namespace / OverflowMode Enumeration

In This Topic
    OverflowMode Enumeration
    In This Topic
    The behavior of the messenger when there are too many messages in the queue.
    Syntax
    'Declaration
     
    
    Public Enum OverflowMode 
       Inherits System.Enum
    public enum OverflowMode : System.Enum 
    Members
    MemberValueDescription
    Default0Do the default overflow behavior (OverflowQueueThenBlock)
    Drop2Drop the newest messages instead of using the overflow queue
    OverflowQueueThenBlock1Use the overflow queue then block if there are too many messages
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Gibraltar.Messaging.OverflowMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also