Class ServerPropertyNames


  • public final class ServerPropertyNames
    extends java.lang.Object
    Keys names used within the serverProperties argument of the ConnectionStart method. Property names which start with "qpid." are Qpid specific.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FEATURE_QPID_JMS_SELECTOR
      Feature: Signifies that a server supports JMS selectors.
      static java.lang.String FEDERATION_TAG
      Server property: federation tag UUID
      static java.lang.String PRODUCT  
      static java.lang.String QPID_BUILD
      Server property: build number.
      static java.lang.String QPID_FEATURES
      Server property: array of features supported by the server.
      static java.lang.String QPID_INSTANCE_NAME
      Server property: 'name' attribute of the server instance.
      static java.lang.String VERSION  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FEDERATION_TAG

        public static final java.lang.String FEDERATION_TAG
        Server property: federation tag UUID
        See Also:
        Constant Field Values
      • QPID_FEATURES

        public static final java.lang.String QPID_FEATURES
        Server property: array of features supported by the server.
        See Also:
        Constant Field Values
      • FEATURE_QPID_JMS_SELECTOR

        public static final java.lang.String FEATURE_QPID_JMS_SELECTOR
        Feature: Signifies that a server supports JMS selectors.
        See Also:
        Constant Field Values
      • QPID_INSTANCE_NAME

        public static final java.lang.String QPID_INSTANCE_NAME
        Server property: 'name' attribute of the server instance.
        See Also:
        Constant Field Values
      • QPID_BUILD

        public static final java.lang.String QPID_BUILD
        Server property: build number.
        See Also:
        Constant Field Values