Class ActiveMQConnectionMetaData

  • All Implemented Interfaces:
    javax.jms.ConnectionMetaData

    public final class ActiveMQConnectionMetaData
    extends Object
    implements javax.jms.ConnectionMetaData
    A ConnectionMetaData object provides information describing the Connection object.
    • Field Detail

      • PROVIDER_VERSION

        public static final String PROVIDER_VERSION
      • PROVIDER_MAJOR_VERSION

        public static final int PROVIDER_MAJOR_VERSION
      • PROVIDER_MINOR_VERSION

        public static final int PROVIDER_MINOR_VERSION
      • PLATFORM_DETAILS

        public static final String PLATFORM_DETAILS
    • Method Detail

      • getJMSVersion

        public String getJMSVersion()
        Gets the JMS API version.
        Specified by:
        getJMSVersion in interface javax.jms.ConnectionMetaData
        Returns:
        the JMS API version
      • getJMSMajorVersion

        public int getJMSMajorVersion()
        Gets the JMS major version number.
        Specified by:
        getJMSMajorVersion in interface javax.jms.ConnectionMetaData
        Returns:
        the JMS API major version number
      • getJMSMinorVersion

        public int getJMSMinorVersion()
        Gets the JMS minor version number.
        Specified by:
        getJMSMinorVersion in interface javax.jms.ConnectionMetaData
        Returns:
        the JMS API minor version number
      • getJMSProviderName

        public String getJMSProviderName()
        Gets the JMS provider name.
        Specified by:
        getJMSProviderName in interface javax.jms.ConnectionMetaData
        Returns:
        the JMS provider name
      • getProviderVersion

        public String getProviderVersion()
        Gets the JMS provider version.
        Specified by:
        getProviderVersion in interface javax.jms.ConnectionMetaData
        Returns:
        the JMS provider version
      • getProviderMajorVersion

        public int getProviderMajorVersion()
        Gets the JMS provider major version number.
        Specified by:
        getProviderMajorVersion in interface javax.jms.ConnectionMetaData
        Returns:
        the JMS provider major version number
      • getProviderMinorVersion

        public int getProviderMinorVersion()
        Gets the JMS provider minor version number.
        Specified by:
        getProviderMinorVersion in interface javax.jms.ConnectionMetaData
        Returns:
        the JMS provider minor version number
      • getJMSXPropertyNames

        public Enumeration<String> getJMSXPropertyNames()
        Gets an enumeration of the JMSX property names.
        Specified by:
        getJMSXPropertyNames in interface javax.jms.ConnectionMetaData
        Returns:
        an Enumeration of JMSX property names