Home

 

WebSphere MQ for Windows configuration

 

  1. We can use the sample program, AMQSBCG, to display the contents and headers of all the messages in a queue. For example:
    AMQSBCG q_name qmgr_name
    displays the contents of the queue q_name defined in queue manager qmgr_name.

    Alternatively, we can use the message browser in the WebSphere MQ Explorer.

  2. The WebSphere MQ command used to start the TCP/IP listener is:
    runmqlsr -t tcp

    The listener enables receiver channels to start automatically in response to a start request from an inbound sender channel.

  3. We can start any channel from the command prompt using the command
    runmqchl -c channel.name

  4. Error logs can be found in the directories mqmtop\qmgrs\qmgrname\errors and mqmtop\qmgrs\@system\errors. In both cases, the most recent messages are at the end of amqerr01.log.

  5. When you are using the command interpreter runmqsc to enter administration commands, a + at the end of a line indicates that the next line is a continuation. Ensure that there is a space between the last parameter and the continuation character.

 

Parent topic:

Example configuration - IBM WebSphere MQ for Windows


ic13160_


 

Home