# -------------------------------------------------------------- # # Copyright (c) 2006, Ultra Electronics Airport Systems. # All Rights Reserved. # # -------------------------------------------------------------- # # Filename - MQSIM.conf # Module Name - UltraTrak DCS Gateway # Originating Author - Ian Byass # Design Reference - # # -------------------------------------------------------------- # # Description - MQ Interface Configuration File # # # Queue Details ---------------------------------------------- # #MQSeries Queue Mannager Queue_Manager_Name QTSAUL #MQSeries local queue for receiving BRS messages Local_QName BA.BSM.QUEUE #MQSeries remote queue definition for sending BPMs Remote_QName BA.BPM.QUEUE #These settings are used to define a Client Connection to MQ #rather than the normal Server connection. Use of these parameters #is only required if no MQ Server software is installed on the host #system. Requires WebSphere Client software installation. #Channel_Name CHANNEL1 #Server_IP_Address 120.130.140.150 #Server_Port 1515 # # Interface Details -------------------------------------------- # Address_Stamp BA01 # # Diagnostic Settings ------------------------------------------ # #The error logging level is three HEX characters, #the first HEX character is the logging level for the tx side, #the second HEX character is the logging level for the rx side, #the third HEX character is the logging level for general #information messages. ie 975, Tx=9, Rx=7, Gen=5 error_message_logging 999 error_message_filename /shared/tagtrak/log/MQSIM1_Messages # # Buffer Configuration ----------------------------------------- # #The redo log file to contain received BSMs Redo_Log_Filename MQSIM1_REDO Rx_Circ_Buff_Size 16 Tx_Circ_Buff_Size 60 # # Timeouts ----------------------------------------------------- # #The time in seconds between each connection attempt #if the Queue Manager is down time_between_attempts 10 #The time in seconds that the MQGET call waits for a #new message to arrive on the local queue, before #the call fails Wait_Interval 600 Tx_Retry_Timeout 25 #units of 0.1 secs # # General Interface Settings ----------------------------------- # Tx_Required 1 # The following allow the MQ module to update link status information in the # SYS_INTERFACE table. # # By default this is disabled. If enabled the keys must match the appropriate # SYS_INTERFACE.ID row. # # BSM_LinkKey 1 # BPM_LinkKey 2