XmlBlaster Logo

REQUIREMENT

engine.qos.update.queue

XmlBlaster Logo


Type NEW
Priority LOW
Status CLOSED
Topic XmlBlaster delivers some queue informations of a message in the qos argument
Des
cription
When a client receives update messages the QoS has a <queue> element delivering the index of the message in the queue and the current size of the queue.
Example
Java
      
      <qos>
         <state id='OK'/>
         <sender>/node/heron/client/Joe/-2</sender>
         <subscribe id='__subId:2'/>
         <queue index='0' size='10'/>
      </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

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

Back to overview