Class ReliableMessagingFeature


  • public class ReliableMessagingFeature
    extends jakarta.xml.ws.WebServiceFeature
    Configure WS-ReliableMessaging.
    • Method Detail

      • getSequenceManagerMaintenancePeriod

        public long getSequenceManagerMaintenancePeriod()
        Specifies the period (in milliseconds) of a sequence manager maintenance task execution. Default value: 60000
      • getMaxConcurrentSession

        public int getMaxConcurrentSession()
        Specifies how many concurrently active RM sessions (measured based on inbound RM sequences) the sequence manager dedicated to the WS Endpoint accepts before starting to refuse new requests for sequence creation. Default value: 100
      • getUserTransactionTimeout

        public int getUserTransactionTimeout()
        When an XA TX is used to link the RMD with the user's ProviderRequest, this specifies the timeout value in seconds. The default value of 0 says to use the system default.
      • getID

        public String getID()
        Specified by:
        getID in class jakarta.xml.ws.WebServiceFeature
      • getSeedPolicyName

        public static String getSeedPolicyName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object