Verifying that the test message was sent
Before you begin
About this task
You can perform this task using either of the following interfaces:
Verifying that the test message was sent using IBM MQ Explorer
About this task
Procedure
- In the Navigator view, expand QM_APPLE.
- Click the Queues folder.
- In the Content view, right-click Q1,
then click Browse Messages. The Message browser opens to show the list of messages on Q1.
- Double-click the last message in the list to open its properties dialog.
Results
Verifying that the test message was sent using MQSC
About this task
Open a command prompt and start the amqsget sample program as follows:
Procedure
Start the amqsget sample program as follows:
On Linux®, change to the
directory, whereMQ_INSTALLATION_PATH
/samp/binMQ_INSTALLATION_PATH
represents the high-level directory in which IBM MQ is installed. Type the following command:./amqsget Q1
On Windows, type the following command:
amqsget Q1
Results
The sample program starts, and your message is displayed along with any other messages on this queue. After a pause of 15 seconds, the sample ends and the command prompt is displayed again.
You have now completed this tutorial.