MSMQOutgoingQueueManagement.EodResend
Applies To: Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server Technical Preview, Windows Vista
(Introduced in MSMQ 3.0.) The EodResend method of the MSMQOutgoingQueueManagement object, which represents the state of an outgoing queue, resends the pending transaction sequence from the outgoing queue.
Sub EodResend
()
Parameters
This method has no parameters.
Return Values
This method has no return values.
Error Codes
This method generates one of the following error codes:
MQ_OK (0)
The method call was successful.
MQ_ERROR_QUEUE_NOT_ACTIVE (0xC00E0004)
The destination queue is not open or may not exist.
For a complete list of error and information codes, see Message Queuing Error and Information Codes.
Remarks
Local administrative permissions are needed to resend the pending transaction sequence from an outgoing queue.
Equivalent API Function
When using API functions, call MQMgmtAction and pass L"EOD_RESEND" (QUEUE_ACTION_EOD_RESEND) as the string indicating the action to be performed on the outgoing queue.
Requirements
Windows NT/2000/XP: Included in Windows XP and Windows Server 2003.
Windows 95/98/Me: Unsupported.
Header: Declared in Mqoai.h.
Library: Use Mqoa.lib.