Share via


System.ServiceModel.Channels.MsmqMessageDropped

MSMQ dropped the message.

Description

The trace indicates that an MSMQ message was dropped. MSMQ messages can be dropped when Windows Communication Foundation (WCF) (used with either the NetMsmqBinding or MsmqIntegrationBinding) is unable to process them. Such messages are referred to as poison messages.

A poison message is dropped when the ReceiveErrorHandling property on the NetMsmqBinding or MsmqIntegrationBinding is set to Drop. A dropped message is removed from the queue and is no longer recoverable.

See Poison-Message Handling for more details on when messages become poison and how to configure your service to handle them appropriately.

See Also

Concepts

Using Tracing to Troubleshoot Your Application
WCF Administration and Diagnostics

Other Resources

WCF Tracing
Poison-Message Handling