Transaction Server event handler configuration

You can schedule the Zelle debit card reconciliation task to run by adding the following XML stanzas to the Transaction Server Scheduler.xml file.

<PARAMETERSET name="sendToZelleDebitCardReconciliation">
   <PARAMETER name="destinationID">Debit Card Reconciliation Task</PARAMETER>
   <PARAMETER name="jmsSendQueue">FXH.SERVICESFRAMEWORK.INPUT.QUEUE</PARAMETER>
</PARAMETERSET>
<EVENT>
   <NAME>Zelle Debit Card Reconciliation Task</NAME>
   <TYPE>PresentmentGroupStateChange</TYPE>
   <TYPE>PresentmentGroupColumnChange</TYPE>
   <TYPE>PresentmentColumnChange</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.PresentmentGroupEventHandler
   </EXEC>
   <PARAMETER name="msgType">TaskInitiation</PARAMETER>
   <PARAMETER name="states">LOADED</PARAMETER>
   <PARAMETER name="presColumns">CONDITION=ALL[ACCEPTED];PENDING=ALL[N]</PARAMETER>
   <PARAMETER name="condition">ACCEPTED</PARAMETER>
   <PARAMETER name="pending">N</PARAMETER>
   <PARAMETER name="fileTypeId">19,20,21</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToZelleDebitCardReconciliation</PARAMETERREF>
</EVENT>
The following table describes the parameters for the event and parameter set XML for the Zelle debit card reconciliation task.
Table 1. Zelle debit card reconciliation task scheduler parameters
Parameter Description
msgType The Messaging API message type ID. It must always be TaskInitiation.
destinationID This parameter must be set to the task configuration name that is defined for the task in Services Framework.
Note: This parameter is not the registered name of the task.
fileTypeId The transmission types that cause the event handler to run. The event is restricted to the following transmission types only:
19
The type for an EWS EOD, or B54, transmission.
20
The type for a Mastercard debit transmission.
21
The type for a Visa debit transmission.