メッセージは配信不能キューに移動できませんでした。メッセージの信頼性は確認できませんでした。

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

メッセージは配信不能キューに移動できませんでした。配信不能キューは認証されず、メッセージの信頼性は確認できませんでした。メッセージは、システム トランザクション配信不能キューに移動されます。

Knowledge Base article:

概要

メッセージは配信不能キューに移動できませんでした。配信不能キューは認証されず、メッセージの信頼性は確認できませんでした。メッセージは、システム トランザクション配信不能キューに移動されます。

原因

エラーに示されている配信不能キューの認証が行われましたが、MSMQ サービスが配信不能キュー内のメッセージの信頼性を確認できませんでした

解決方法

メッセージが適切に署名されていることを確認するか、認証されていないメッセージを配信不能キューが受信できるようにします。

この問題を解決するには、次のいずれかを実行します。

この手順を実行するには、Administrators のメンバーであるか、適切な権限を委任されている必要があります。アクセス許可を変更する場合は、指定されているキューのアクセス許可の設定権限も必要です。

認証されていないメッセージを配信不能キューが受信できるようにする

認証されていないメッセージを配信不能キューが受信できるようにするには

追加情報

認証されたメッセージの送信の詳細については、「メッセージ認証」( http://go.microsoft.com/fwlink/?LinkId=104732) を参照してください。

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

Element properties:

TargetMicrosoft.MSMQ.6.3.Servers
CategorySecurityHealth
EnabledFalse
Event_ID2254
Event Source$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
メッセージは配信不能キューに移動できませんでした。メッセージの信頼性は確認できませんでした。
イベントの説明: {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.Event2254" Enabled="false" Target="Microsoft.MSMQ.6.3.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>SecurityHealth</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">2254</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.Event2254.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>