The application server allows you to specify an iSeries message queue object where product messages are sent. The product messages are the same application server messages that are sent to the job log.
To enable message queue support for an application server, use the administrative console to specify the os400.WebSphere.message.queue system property for your server. The message queue is specified by using the fully qualified pathname of the object. For message queues in library QSYS, the format is /QSYS.LIB/messageQueue.MSGQ. For message queues in libraries other than QSYS, the format is /QSYS.LIB/yourLib.LIB/messageQueue.MSGQ. The message queue must exist and the QEJBSVR user profile must have *CHANGE authority to the message queue.
To use the os400.WebSphere.message.queue system property for your application server, follow these steps: