XmlBlaster Logo

REQUIREMENT

engine.qos.publish.readonly

XmlBlaster Logo


Type NEW
Priority LOW
Status CLOSED
Topic XmlBlaster allows to qualify messages as read only
Des
cription
Using the QOS attribute readonly allows to mark a published message as read only (you may think of a final/const message). The first published message is respected, later published messages are rejected. The XmlBlasterException errorCode user.publish.readonly is thrown.
Example
Java
      
      <qos>
        <topic readonly='true'/> 
         <!-- A final/const message which may not be changed with further updates -->
         <!-- Default is Read/Write -->
      </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.PublishQos
See API org.xmlBlaster.client.key.PublishKey
See TEST org.xmlBlaster.test.qos.TestPub

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

Back to overview