SendEndOfDayFilesEventHandler
The SendEndOfDayFilesEventHandler handles the SendEndOfDayFilesEvent.
EXEC specification:
com.ibm.paydir.ima.txsvr.event.appbridge.SendEndOfDayFilesEventHandler
This event handler issues a Messaging API message on the JMS send queue when a business day send end of day files process is requested. If configured, the message is issued to notify the target application that sending end of day files is occurring and to take the appropriate action.
The send end of day files event handler creates the send end of day message. The message is sent to the Distribution engine when the send end of day business day process is requested. The message type parameter must be set to sendEODFiles.
Event parameters
This event handler uses the general Messaging API event handler parameters and parameters that are specific to the event. Event parameters are specified in the Scheduler.xml file.
| Parameter name | Trigger | Type | Value | Description |
|---|---|---|---|---|
| categories | No | String | User defined | Comma delimited set of business day categories any of which is required for the Messaging
API message to be sent. For additional options available with this parameter, see Specifying Value Modifiers and Special Values. |
|
Note: The following list describes what the value in the trigger column means:
|
||||
Message contents
| Message part | Value | Description |
|---|---|---|
| Unit of work | Business day ID as a long | Used to locate the business day just completed in the database |
| Contents | XML that describes the business day | Provides more information, such as the business date, category, and site, about the
business day. An example of the XML for the contents
is: |
Response processing
The SendEndOfDayFilesEventHandler does not expect a reply.
Example handler XML
<EVENT>
<NAME>Presentment - Business Day Send EOD Files</NAME>
<TYPE>SendEndOfDayFilesEvent</TYPE>
<EXEC>
com.ibm.paydir.ima.txsvr.event.appbridge.SendEndOfDayFilesEventHandler
</EXEC>
<PARAMETER name="msgType">sendEODFiles</PARAMETER>
<PARAMETER name="destinationID">Presentment</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>