Event ID 2254 — Message Queuing Operation

Applies To: Windows Server 2008

Message Queuing operation provides message authentication, message encryption, dead-letter queues, security settings, and other basic features. If Message Queuing has problems with any of these features, proper Message Queuing operation may suffer.

Event Details

Product: Windows Operating System
ID: 2254
Source: MSMQ
Version: 6.0
Symbolic Name: EVENT_WARN_DEADLETTER_QUEUE_AUTHENTICATED
Message: The message could not be moved to deadletter queue %1. The deadletter queue is authenticated and the authenticity of the message could not be verified. The message will be moved to the system transactional dead letter queue. This event is logged at most once per %2 seconds. To change this setting, set \HKLM\Software\Microsoft\MSMQ\Parameters\Event2254 registry value to desired time in seconds.

Resolve

Confirm that the message is properly signed or allow the dead-letter queue to receive nonauthenticated messages

The dead-letter queue that is mentioned in the error is authenticated, but the MSMQ Service could not confirm the authenticity of the message in the dead-letter queue. To resolve this issue, do one of the following:

  • Confirm that the computer that sent the message is properly signing its authenticated messages. For more information about signing messages, see Message Authentication (https://go.microsoft.com/fwlink/?LinkID=104732).
  • Allow the dead-letter queue to receive nonauthenticated messages.

To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority. If you want to modify permissions, you also must have the Set Properties permission on the specified queue.

Allow the dead-letter queue to receive nonauthenticated messages

To allow the dead-letter queue to receive nonauthenticated messages:

  1. Open the Computer Management snap-in. To open Computer Management, click Start. In the search box, type compmgmt.msc, and then press ENTER.
  2. In the console tree, expand Services and Applications, and then expand Message Queuing.
  3. Right-click the desired queue, and then click Properties.
  4. On the General tab, clear the Authenticated check box.

For more information about sending authenticated messages, see Message Authentication (https://go.microsoft.com/fwlink/?LinkId=104732).

Verify

Verify that the MSMQ Service is installed and running.

To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To verify that the MSMQ Service is installed and running:

  1. Open the Services snap-in. To open Services, click Start. In the search box, type services.msc, and then press ENTER.
  2. Locate the Message Queuing service, and confirm that the value in the Status column is Started.

Message Queuing Operation

Message Queuing