# Must be exact
ami.relay.fh.active=ssocket,ibmmq
ami.relay.fh.ibmmq.class=com.f1.ami.relay.fh.ibmmq.AmiIBMMQFH
# Specifies the host address of the IBM MQ instance
ami.relay.fh.ibmmq.props.host=<HOSTNAME>
# Specifies the host port of the IBM MQ instance
ami.relay.fh.ibmmq.props.port=<PORT>
# Specifics the format of data from IBM MQ
ami.relay.fh.ibmmq.props.format=<JSON/XML/FIX>
# Specifics the Queue Manager to connect to
ami.relay.fh.ibmmq.props.queuemanager=<QUEUEMANAGER_NAME>
# Specifics the Queue within the Queue Manager to connect to
ami.relay.fh.ibmmq.props.queuename=<QUEUE_NAME>