com.ibm.mq.jms

Class MQJMSLevel

  • java.lang.Object
    • com.ibm.mq.jms.MQJMSLevel


  • public class MQJMSLevel
    extends java.lang.Object
    Displays information about the currently installed version of WebSphere MQ Classes for Java Message Service.

    Add this class to the classpath, and run it using the command java com.ibm.mq.jms.MQJMSLevel. You can modify the output with the following parameters:

    -b- basic format (no titles)

    -f n- fields to display

    where n is one, or a combination of, the following digits:: 1 - Name 2 - Version 4 - Code level 8 - BuildType 16 - Jar Location

    You can add these numbers together (for example, '3' displays both the Name and Version fields). If -f is not specified, the default is to display all fields.

    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.