XmlBlaster Logo

REQUIREMENT

engine.qos.publish.forceUpdate

XmlBlaster Logo


Type NEW
Priority LOW
Status CLOSED
Topic XmlBlaster can suppress to route identical messages in Publish/Subcribe mode
Des
cription

Setting the QoS flag <forceUpdate/> to false allows to suppress sending a published message to its subscribers when the content of this message didn't change from the former message.

Default is that identical published messages are sent to subscribers again.

Example
Java
      
<qos>
   <!-- An update is forced even when the content and meta data didn't change -->
   <forceUpdate>true</forceUpdate>
</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.TestPubForce

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

Back to overview