Skip to content
Data > Feed Handlers

IBM Message Queue

Overview

  1. Configure AMI properties to your IBM MQ instance.
  2. Restart AMI and start streaming data using your IBM MQ.

Properties

Required

# 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>

Optional

1
2
3
4
5
6
7
8
# Specifies the username to be used
ami.relay.fh.ibmmq.props.username=username

# Specifies the password to be used
ami.relay.fh.ibmmq.props.password=password

# Enable debug logging - defaults to false
ami.relay.fh.ibmmq.props.debug=<true/false>