Transaction Server Listener.xml configuration for Risk

The Transaction Server must be configured to receive responses from the Risk Management engine. The server is configured to listen for asynchronous responses from Risk on a WebSphere® MQ queue in the Transaction Server Listener.xml file. The following example is a sample of the Listener.xml configuration for Risk:
<?xml version="1.0" encoding="UTF-8"?>
<listenerProfiles>
   <listenerProfile name="RiskEngine" enabled="true">
      <numListeners>1</numListeners>
      <client>true</client>
      <hostname>localhost</hostname>
      <channel>SYSTEM.DEF.SVRCONN</channel>
      <port>1415</port>
      <username>mquserid</username>
      <password>mqpassword</password>
      <queueManager>FTM.QMANAGER</queueManager>
      <receiveQueue>FXH.TRANSSERVER.INPUT.QUEUE</receiveQueue>
      <errorQueue>FXH.TRANSSERVER.ERROR.QUEUE</errorQueue>
   </listenerProfile>
</listenerProfiles>

For a complete description of all the valid Transaction Server listener configuration parameters, see Creating a listener profile file.