Class ConnectionStartProperties


  • public class ConnectionStartProperties
    extends java.lang.Object
    Constants for the various properties clients can set values for during the ConnectionStartOk reply.
    • Field Detail

      • QPID_CLOSE_WHEN_NO_ROUTE

        public static final java.lang.String QPID_CLOSE_WHEN_NO_ROUTE
        Used for 0-8/0-9/0-9-1 connections to choose to close the connection when a transactional session receives a 'mandatory' message which can't be routed rather than returning the message.
        See Also:
        Constant Field Values
      • QPID_MESSAGE_COMPRESSION_SUPPORTED

        public static final java.lang.String QPID_MESSAGE_COMPRESSION_SUPPORTED
        See Also:
        Constant Field Values
      • QPID_VIRTUALHOST_PROPERTIES_SUPPORTED

        public static final java.lang.String QPID_VIRTUALHOST_PROPERTIES_SUPPORTED
        See Also:
        Constant Field Values
      • QPID_CONFIRMED_PUBLISH_SUPPORTED

        public static final java.lang.String QPID_CONFIRMED_PUBLISH_SUPPORTED
        See Also:
        Constant Field Values
      • QPID_QUEUE_LIFETIME_SUPPORTED

        public static final java.lang.String QPID_QUEUE_LIFETIME_SUPPORTED
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConnectionStartProperties

        public ConnectionStartProperties()