UnloadDepositGroup
Configure the Transaction Server to send the Distribution engine an
unloadDepositGroup message when initiating an unload for an inbound transmission using the UnloadDepositGroup
event in the Scheduler.xml file. An example is shown here:
<EVENT>
<NAME>Distribution Unload Inbound Transmission</NAME>
<TYPE>UnloadDepositGroup</TYPE>
<EXEC>
com.ibm.paydir.ima.txsvr.event.appbridge.UnloadDepositGroupEventHandler
</EXEC>
<PARAMETER name="msgType">unloadDepositGroup</PARAMETER>
<PARAMETER name="parmFileName">DistributionProfile.properties</PARAMETER>
</EVENT>Configure the event in the scheduler XML file so the class is called
when the event occurs. The class name is:
com.ibm.paydir.ima.txsvr.event.appbridge.UnloadDepositGroupEventHandlerThe UnloadDepositGroupEventHandler class creates the unload inbound transmission message sent to the Distribution engine when the unload inbound transmission process is requested. The message type parameter must be set to unloadDepositGroup. The parameter file name defines the properties required to send a message to the Distribution engine. For more information about using parameter files, see Distribution Parameter File.