AifMsmqListenerMonitor.isMsmqListenerRestartPossible Method [AX 2012]

Microsoft internal use only.

protected boolean isMsmqListenerRestartPossible(str msmqPortName)

Run On

Server

Parameters

msmqPortName
Type: str
The name of the MSMQ inbound port.

Return Value

Type: boolean
true if the listener service can be restarted; otherwise, false.

This method checks whether the MSMQ listener service for a port can be restarted.

Override this method to add checks, if more checks are required.

Community Additions

ADD
Show: