17. Displaying details of MQe objects

You can display details of the MQe objects that you have created by issuing the inquireall MQe_Script command. For example, to see information about the local queue manager, use the following command:
mqe_script_qm -inquireall

This displays all the information about the local queue manager, and shows you any defaults that MQe_Script has used.

You can also display information about other objects, by specifying the object name. For example:
mqe_script_condef -inquireall -cdname QM2

Parent topic: Walkthrough: creating a basic application
Previous topic: 16. Receive (GET) the message on QM2