Connection logs in MQIPT
MQIPT provides a connection log facility that contains lists of all successful and unsuccessful connection attempts.
It is controlled by using the ConnectionLog and MaxLogFileSize properties. See MQIPT global properties for more information.
mqiptYYYYMMDDHHmmSS.log
where YYYYis the yearMMis the monthDDis the dayHHis the hoursmmis the minutesSSis the seconds
When a connection log reaches the maximum size as determined by the MaxLogFileSize property, a backup file, mqipt001.log, is created. A maximum of two backup files are maintained (mqipt001.log and mqipt002.log).
An entry in the connection log represents each part of a connection request. A connection request that is received by MQIPT and the resulting new connection that MQIPT makes to the destination address appears as two log entries, and subsequently two further entries when each connection is ended.
Wed May 15 13:13:51 BST 2013 conn accept 127.0.0.1(3842) 127.0.0.1(5000) OK 5000-0
Wed May 15 13:13:51 BST 2013 conn conn 127.0.0.1(3843) localhost(3500) OK 5000-0
Wed May 15 13:13:52 BST 2013 conn close 127.0.0.1(3842) 127.0.0.1(5000) OK 5000-0
Wed May 15 13:13:52 BST 2013 conn close 127.0.0.1(3843) localhost(3500) OK 5000-0
Wed May 15 14:56:40 BST 2013 conn accept 127.0.0.1(4138) 127.0.0.1(7000) OK 7000-0
Wed May 15 14:56:40 BST 2013 conn close 127.0.0.1(4138) 127.0.0.1(7000) ERROR 7000-0
Unrecognized SSL handshake request '54'