XmlBlaster Logo

REQUIREMENT

engine.qos.update.state

XmlBlaster Logo


Type NEW
Priority LOW
Status CLOSED
Topic XmlBlaster sends the state of a message in the qos argument of an update
Des
cription

When a client receives an update message, the state is usually set to OK. You may retrieve the message state in the qos argument of the update though the <state> tag.

Here is a list predefined states:
State Description Impl
OK OK yes
TIMEOUT If user given timeout occured no
ERASED The topic was destroyed, if you had subscriptions on this topic they are invalid now and discarded yes
Example
Java
      
      <qos>
         <state id='OK'/>
      </qos>
      
   
Configure

NOTE: Configuration parameters are specified on command line (-someValue 17) or in the xmlBlaster.properties file (someValue=17). See requirement "util.property" for details.
Columns named Impl tells you if the feature is implemented.
Columns named Hot tells you if the configuration is changeable in hot operation.

See API org.xmlBlaster.client.qos.UpdateQos
See API org.xmlBlaster.client.key.UpdateKey
See API org.xmlBlaster.util.def.Constants

This page is generated from the requirement XML file xmlBlaster/doc/requirements/engine.qos.update.state.xml

Back to overview