[Windows]

IBM MQ features for Windows systems

You can select the features that you require when you install IBM® MQ.

Important: For details of what each purchase of IBM MQ entitles you to install, see IBM MQ license information.

If you choose an interactive installation, before you install, you must decide what type of installation you require. For more information about the available types of installation and the features that are installed with each option, see Installation methods for Windows.

The following table shows the features that are available when installing an IBM MQ server or client on a Windows system.
Interactive displayed name Non-interactive displayed name Description Server media Client media
Server Server You can use the server to run queue managers on your system and connect to other systems over a network. Provides messaging and queuing services to applications, and support for IBM MQ client connections.
From  IBM MQ 9.1, additional prerequisite checking is performed on this option. See Prerequisite checking for more information.
X  
Managed File Transfer Service MFT Service The Managed File Transfer Service install option installs a file transfer agent that has additional capabilities beyond those provided by the file transfer agent installed using the Managed File Transfer Agent install option. These additional capabilities are:-
  • Create protocol bridge agents which are used to send and receive files with legacy FTP, FTPS or SFTP servers
The Managed File Transfer Service install option must be installed on systems where the IBM MQ Server install option is already installed.
X  
Managed File Transfer Logger MFT Logger The Managed File Transfer Logger install option installs a file transfer logger which connects to an IBM MQ queue manager, often the queue manager designated as the coordination queue manager. It logs file transfer audit related data to either a database or a file. It must be installed on systems where the IBM MQ Server install option is already installed. X  
Managed File Transfer Agent MFT Agent The Managed File Transfer Agent install option installs a file transfer agent which connects to an IBM MQ queue manager and transfers file data, as messages, to other file transfer agents. These must be installed either as part of the Managed File Transfer Agent or Managed File Transfer Service install options. X  
Managed File Transfer Tools MFT Tools The Managed File Transfer Tools install option installs command line tools that are used to interact with file transfer agents. You can use these tools to start file transfers, schedule file transfers and create resource monitors from the command line. The Managed File Transfer Tools can be installed and used on either a system where file transfer agents are installed, or on a system where no file transfer agents are installed. X  
IBM MQ MQI client
Client The IBM MQ MQI client is a small subset of IBM MQ, without a queue manager, that uses the queue manager and queues on other (server) systems. It can be used only when the system it is on is connected to another system that is running a full server version of IBM MQ. The client and server can be on the same system if required.

From IBM MQ 9.1.0, this feature is named MQI Client. In earlier versions of the product, it was named Windows Client.

X X
Extended Messaging APIs
JavaMsg The files needed for messaging using Java. This feature includes support for JMS, XMS, .NET, and IBM MQ web services.

From IBM MQ 9.1.0, this feature is named Extended Messaging APIs. In earlier versions of the product, it was named Java and .NET Messaging and Web Services.

X X
Web Administration
Web
Adds HTTP based administration for IBM MQ through the REST API and IBM MQ Console.
This feature also provides the messaging REST API, which you can use to perform simple point-to-point and publish messaging. You can publish messages to a topic, send messages to a queue, browse messages on a queue, and destructively get messages from a queue.
If you want to install the Web Administration feature you must also install the Extended Messaging APIs (JavaMsg) feature.
X  
Development Toolkit Toolkit This feature includes sample source files, and the bindings (files .H, .LIB, .DLL, and others), that you need to develop applications to run on IBM MQ. Bindings and samples are provided for the following languages: C, C++, Visual Basic, Cobol, and .NET (including C#). Java and Java Message Service support is included and samples are provided for MTS (COM+), and MQSC. X X
Telemetry Service XR Service MQ Telemetry supports the connection of Internet Of Things (IOT) devices (that is, remote sensors, actuators and telemetry devices) that use the IBM MQ Telemetry Transport (MQTT) protocol. The telemetry (MQXR) service enables a queue manager to act as an MQTT server, and communicate with MQTT client apps.

A set of MQTT clients is available from the Eclipse Paho downloads page. These sample clients help you write your own MQTT client apps that IOT devices use to communicate with MQTT servers.

The XR Service install option must be installed on systems where the IBM MQ Server install option is already installed.

See also Installation considerations for MQ Telemetry.

X  
Advanced Message Security AMS Provides a high level of protection for sensitive data flowing through the IBM MQ network, while not impacting the end applications. You must install this component on all IBM MQ installations that host queues you want to protect.

You must install the IBM Global Security Kit component on any IBM MQ installation that is used by a program that puts or gets messages to or from a protected queue, unless you are using only Java client connections.

The AMS install option must be installed on systems where the IBM MQ Server install option is already installed.
X  
AMQP Service AMQP Install this component to make AMQP channels available. AMQP channels support AMQP 1.0 APIs. You can use AMQP channels to give AMQP applications access to the enterprise-level messaging facilities provided by IBM MQ.

The AMQP Service install option must be installed on systems where the IBM MQ Server install option is already installed.
X  
Java Runtime Environment
JRE
From IBM MQ 9.1, the Java Runtime Environment (JRE) is a separate feature.
The JRE feature installs a JRE that has been tailored for IBM MQ use, and is a required feature for all other features that use Java. That is:
  • IBM MQ Explorer
  • Web Administration
  • Telemetry Service
  • AMQP Service
  • Managed File Transfer

Additional prerequisite checking is performed on this option. See Prerequisite checking for more information.

X X
Note: [MQ 9.3.0 Jun 2022][MQ 9.3.0 Jun 2022]From IBM MQ 9.3.0, IBM MQ Explorer has been removed from the IBM MQ install package. It remains available as a separate download. For more information, see Installing and uninstalling IBM MQ Explorer as a stand-alone application on Linux® and Windows.

Windows standard installation features

The following features are part of the Windows standard installation feature set. They are the features installed by the GUI installer for a "typical installation".

Interactive displayed name Non-interactive displayed name Notes
Server Server  
Extended Messaging APIs JavaMsg Feature renamed at IBM MQ 9.1.0. It was previously named Java and .NET messaging and Web Services.
Web Administration Web Feature added at IBM MQ 9.1.0
Development Toolkit Toolkit  
Java Runtime Environment JRE Feature added at IBM MQ 9.1.0. Prior to IBM MQ 9.1.0, the JRE feature was always installed.

When you install an IBM MQ server using msiexec, the features that are included in a typical installation are added to the list of features that you specify in the ADDLOCAL directive.

If you specify ADDLOCAL="" all these features will be installed.

If you do not want specific features added, you must add those specific features to the REMOVE directive.

For example, suppose that you specify the following settings for an msiexec installation:

ADDLOCAL="Client"
REMOVE="Web,Toolkit"
This results in the following features being installed:

Server,JavaMsg,JRE,Client