All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.configuration.wsrm-manager-types.xsd Maven / Gradle / Ivy

There is a newer version: 2.7.18
Show newest version




           
    
      
          This schema defines types used in the configuration of the Reliable Messaging components.
      
    

    

    
        
            RM source configuration properties. 
            Used for configuring an RM source.
            
        
        
         
            
       
        
        
            
                
                    Preferred lifetime of a sequence - included in createSequence 
                    requests issued by an RM source. 
                    A default of PT0S means that the sequence should never expire.
                
                  
        
        
            
                
                    Address to which sequence acknowledgements should be sent. 
                    If this attribute is not set, defaults to the anonymous address.
                
                  
        
        
            
                
                    Indicates if an RM source should include an offer for an inbound sequence
                    when issuing a createSequence request.
                
                  
        
        
            
                
                    The lifetime of an offered inbound sequence.
                    A default of PT0S means that the sequence never expires.
                
                  
        
    
    
    
        
            RM destination configuration properties. 
            Used for configuring an RM destination.
            
        

          
            
        
        
        
            
                
                    Preferred lifetime of a sequence - can be lower than the duration
                    requested by the RM source in a CreateSequence request. 
                    A default of PT0S means that the sequence should never expire.
                
                  
        
        
        
            
                
                    Indicates if an RM destination should accept inbound sequence offers.
                
                  
        
        
    

        
        
            
                
                    The maximum length of a sequence. 
                    A value of 0 means the sequence length is unbound.
                
                  
         
        
            
                
                    The maximum number of acknowledgment ranges tolerated in sequence
                    acknowledgment. When this value is exceeded the sequence
                    will be terminated. 
                    A value of 0 means sequence termination does not depend on
                    the number of acknowledgment ranges.
                
                  
        
        
            
                
                    The maximum number of unacknowledged messages that can accrue within per
                    sequence before the sequence is terminated.
                    A value of 0 means sequence termination does not depend on
                    the number of unacknowledgment messages.
                
                  
        
        
        
                
                    Specifies if sequences should be terminated when the bus is shutdown.
                    If set to true, and no last message had been sent for a sequence,
                    an out of band LastMessage will be issued (in response to which 
                    a sequence acknowledgment will be sent). If a last message had already been
                    sent, an acknowledgment is requested instead. 
                    If, after processing these acknowledgement, all messages have been acknowledged,
                    an attempt is then made to terminates these sequences.
                
            
        
    
    
        
        
            
                
                    Restricts the deferred sending of acknowledgments to the case where the stream of incoming 
                    messages is steady, i.e. the number of messages for one destination per minute stays above the 
                    specified threshold (only effective if the AcknowledgmentInterval specified in the
                    RMAssertion is greater 0).
                
                  
         
        
        
                
                    Timeout in millisecond. If timeout for a immediateAcks, then consider there's no 
                    next invocation request in this sequence which can piggyback the SequenceAcknowledgement header.
                    Need create and send out a out-of-band SequenceAcknowledgement message  
                
            
        

    
    
    
        
            
                
                    
                
            
            
                
                    
                
            
            
                
                    
                
            
            
                
                    
                
            
        
    
    
    
      
        
          
              The WS-Addressing namespace to be used for WS-ReliableMessaging 1.0.
              For the client, this determines the addressing namespace used when sending
              requests to the server. Both client and server will accept either namespace
              in incoming messages.
                    
        
        
          
            
            
          
        
      
    

 
    
    
    
    

    
 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy