MQCMD_DELETE_LISTENER (Delete Channel Listener) on Multiplatforms
The Delete Channel Listener (MQCMD_DELETE_LISTENER) PCF command deletes an existing channel listener definition.
Required parameters
- ListenerName (MQCFST)
- Listener name (parameter identifier: MQCACH_LISTENER_NAME).
This parameter is the name of the listener definition to be deleted. The maximum length of the string is MQ_LISTENER_NAME_LENGTH.
![[AIX, Linux, Windows]](ngalw.gif)
IgnoreState (MQCFST)- Specifies whether the command fails if the listener does not exist (parameter identifier
MQIACF_IGNORE_STATE). The value can be any of the following values:
- MQIS_YES
- The command succeeds regardless of whether the listener exists.
- MQIS_NO
- The command fails if the listener does not exist. This is the default value.