XmlBlaster Logo

REQUIREMENT

engine.qos.update.sender

XmlBlaster Logo


Type NEW
Priority LOW
Status CLOSED
Topic XmlBlaster delivers the sender name of a message in the qos argument
Des
cription
When a client receives an update message, he can retrieve the sender of the message in the qos argument of the update with the <sender> tag. The sender is the unique login name of the publisher. This works with PtP and with Pub/Sub style.
Example
Java
      
      <qos>
         <sender>  <!-- The publisher login name of this message -->
            Phillipe
         </sender>
      </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 TEST org.xmlBlaster.test.qos.TestSub

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

Back to overview