MessageQueueInstaller.MaximumJournalSize 屬性

定義

取得或設定與佇列相關的日誌最大大小。

public:
 property long MaximumJournalSize { long get(); void set(long value); };
[System.ComponentModel.TypeConverter(typeof(System.Messaging.Design.SizeConverter))]
public long MaximumJournalSize { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Messaging.Design.SizeConverter))>]
member this.MaximumJournalSize : int64 with get, set
Public Property MaximumJournalSize As Long

屬性值

日誌佇列的最大大小(以千位元組計),記錄從佇列中移除的訊息。 訊息排隊預設沒有限制。

屬性

備註

當佇列建立時,訊息佇列會自動在與新佇列相同的位置建立佇列日誌。 佇列日誌用來追蹤從佇列中移除的訊息。

兩種訊息未被追蹤:一類是因為時間to-be收到計時器過期而被移除,另一種是從隊列中清除的訊息。

應用程式無法將訊息傳送到日誌佇列。 不過,您必須定期清空佇列,以移除不再需要的訊息。 儲存在日誌佇列中的訊息會計入佇列所在電腦的配額。 (電腦配額由管理員設定。)

適用於