Send TCH notifications event
Use this event to send notification that the The Clearing House (TCH) scheduled payments were sent.
After the TCH payments are sent, the upcoming payment notifications processing needs to be done.
The following XML is an example of configuring a send TCH notifications event in
the Scheduler.xml file:
<EVENT>
<NAME>TCH - Send Notifications</NAME>
<TYPE>ScheduledPaymentExecStateChange</TYPE>
<EXEC>
com.ibm.paydir.ima.txsvr.event.appbridge.ScheduledPaymentExecStatesEventHandler
</EXEC>
<PARAMETER name="msgType">scheduledPaymentsNotification</PARAMETER>
<PARAMETER name="stateName">PAYMENT_COMPLETE</PARAMETER>
<PARAMETER name="paymentSchema">TCH</PARAMETER>
<PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
<PARAMETERREF>sendToCoreSchedPay</PARAMETERREF>
</EVENT>
It uses the following scheduled payments parameter set
information:
<PARAMETERSET name="sendToCoreSchedPay">
<PARAMETER name="destinationID">Core UI</PARAMETER>
<PARAMETER name="jmsSendQueue">FXH.SCHEDPAY.INPUT.QUEUE</PARAMETER>
</PARAMETERSET>