Example Handler XML

The HoldoverBusinessDayEventHandler creates the holdover message that is sent to the Distribution engine when the business day holdover process is requested. The message type parameter must be set to holdoverBusinessDay.

The example XML shows a holdoverBusinessDay Messaging API message sent on the FXH.DISTRIBUTION.INPUT.QUEUE on localhost when a HoldoverBusinessDayEvent event occurs.
<EVENT>
   <NAME>[Application] Profile - Holdver Business Day</NAME>
   <TYPE>HoldoverBusinessDayEvent</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.HoldoverBusinessDayEventHandler
   </EXEC>
   <PARAMETER name="msgType">holdoverBusinessDay</PARAMETER>
   <PARAMETER name="destinationID">ImageReview0001????</PARAMETER>
   <PARAMETER name="jmsQmgrHostname">localhost</PARAMETER>
   <PARAMETER name="jmsQmgrChannel">SYSTEM.DEF.SVRCONN</PARAMETER>
   <PARAMETER name="jmsQmgrPort">1414</PARAMETER>
   <PARAMETER name="jmsClient">true</PARAMETER>
   <PARAMETER name="jmsQmgrName">FTM.QMANAGER</PARAMETER>
   <PARAMETER name="jmsSendQueue">FXH.DISTRIBUTION.INPUT.QUEUE</PARAMETER>
   <PARAMETER name="jmsReplyQueue">FXH.TRANSSERVER.SYNC.REPLY.QUEUE</PARAMETER>
</EVENT>