IBM MQ for IBM i library files

In IBM MQ for IBM i, link your program to the MQI library files supplied for the environment in which we are running the application, in addition to those provided by the operating system.

For non-threaded applications:

Library file Environment
LIBMQM Server and Client service program
LIBMQIC Client service program
IMQB23I4 C++ base service program
IMQS23I4 C++ server service program
LIBMQMZF Installable exits for C

In a threaded application:

Library file Environment
LIBMQM_R Server & client service program
IMQB23I4_R C++ base service program
IMQS23I4_R C++ server service program
LIBMQMZF_R Installable exits for C
LIBMQIC_R Client service program

On IBM MQ for IBM i, we can write the applications in C++. To see how to link your C++ applications, and for full details of all aspects of using C++, see Use C++.

Parent topic: IBM MQ stub programs and library files