This migration makes no changes to the application, but still uses the MQe bridge instead of the MQe broker node. The disadvantages are that it requires the use of deprecated MQe classes and may also result in excessive processing within the broker message flow.
BEGIN IF InputRoot.MQRFH2.psc.Command = 'RegSub' OR InputRoot.MQRFH2.psc.Command = 'DeregSub' OR InputRoot.MQRFH2.psc.Command = 'ReqUpdate' THEN RETURN TRUE; END IF; IF InputRoot.MQRFH2.psc.Command = 'Publish' OR InputRoot.MQRFH2.psc.Command = 'DeletePub' THEN RETURN FALSE; END IF; RETURN UNKNOWN; END;