System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / MessageQueueInstaller Class / MaximumJournalSize Property



In This Topic
    MaximumJournalSize Property (MessageQueueInstaller)
    In This Topic
    Gets or sets the maximum size of the journal that is associated with the queue.
    Syntax
    'Declaration
     
    
    Public Property MaximumJournalSize As Long
    'Usage
     
    
    Dim instance As MessageQueueInstaller
    Dim value As Long
     
    instance.MaximumJournalSize = value
     
    value = instance.MaximumJournalSize
    public long MaximumJournalSize {get; set;}
    public:
    property int64 MaximumJournalSize {
       int64 get();
       void set (    int64 value);
    }

    Property Value

    The maximum size, in kilobytes, of the journal queue, which records messages that are removed from the queue. The Message Queuing default is no limit.
    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