IBM MQ for IBM i configuration
To configure IBM MQ for IBM i, use the WRKMQMQ command to display the configuration menu.
Start the TCP channel listener using the command STRMQMLSR.
Start any sender channel using the command STRMQMCHL CHLNAME( channel_name ).
Use the WRKMQMQ command to display the IBM MQ configuration menu.
Note: AMQ* errors are placed in the log relating to the job that found the error. Use the WRKACTJOB command to display the list of jobs. Under the subsystem name QSYSWRK, locate the job and enter 5 against it to work with that job. IBM MQ logs are prefixed AMQ.
- Create a queue manager
Use the following steps to set up the basic configuration queue manager.- Defining a queue
We can define a queue using the CRTMQMQ command.- Defining a channel
We can define a channel using the CRTMQMCHL command.- Channel configuration for IBM i
We need to configure your channels to implement the example configuration channels.Parent topic: Example IBM MQ configuration for IBM i