Home
WebSphere MQ for Windows configuration
- 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_namedisplays 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.
- The WebSphere MQ command used to start the TCP/IP listener is:
runmqlsr -t tcpThe listener enables receiver channels to start automatically in response to a start request from an inbound sender channel.
- We can start any channel from the command prompt using the command
runmqchl -c channel.name- 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.
- 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.
- Default configuration
- Basic configuration
- Channel configuration
- Automatic startup
- Running channels as processes or threads
- Multiple thread support — pipelining
Parent topic:
Example configuration - IBM WebSphere MQ for Windows
ic13160_
Home