システムのコミットが多いため、Message Queuingはメッセージを一時的に受領できません。

Microsoft.MSMQ.6.3.Rule.Alert.Event2251 (Rule)

システムのコミットが多いため、Message Queuingはメッセージを一時的に受領できません。この段階では手動操作は不要です。メモリ使用率が正常になれば、Message Queuingは自動的にメッセージの受領を再開します。

Knowledge Base article:

概要

システムのコミットが多いため、Message Queuingはメッセージを一時的に受領できません。この段階では手動操作は不要です。メモリ使用率が正常になれば、Message Queuingは自動的にメッセージの受領を再開します。

原因

システムのコミットが多いため、Message Queuingはメッセージを一時的に受領できません。

解決方法

システム リソース不足の監視

共通のシステム リソースがほぼすべて使用されています。システム リソースが解放されるまで、Message Queuingは正しく動作しません。Message Queuingのシステム リソース管理の詳細については、「MSMQ アプリケーションのリソース管理」( http://go.microsoft.com/fwlink/?LinkId=107361) を参照してください。

コンピューター上でメッセージ数を監視して、これらのメッセージを処理することをお勧めします。問題が引き続き発生する場合は、ソリューションの再構築が必要になる可能性があります。

この手順を実行するには、Administrators のメンバーであるか、適切な権限を委任されている必要があります。

パフォーマンス モニターでMessage Queuingを監視するには:

追加情報

詳細については、イベント ID 2251 ( http://technet.microsoft.com/en-us/library/dd337531(WS.10).aspx) を参照してください

Element properties:

TargetMicrosoft.MSMQ.6.3.Servers
CategoryAvailabilityHealth
EnabledFalse
Event_ID2251
Event Source$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
システムのコミットが多いため、Message Queuingはメッセージを一時的に受領できません。
イベントの説明: {0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.MSMQ.6.3.Rule.Alert.Event2251" Enabled="false" Target="Microsoft.MSMQ.6.3.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2251</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.6.3.Rule.Alert.Event2251.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>