What's the benefit of using these properties instead of the clientTags
in the UpdateKey?
-----Original Message-----
From: owner-xmlblaster at server.xmlBlaster.org
[mailto:owner-xmlblaster at server.xmlBlaster.org] On Behalf Of Michele
Laghi
Sent: Monday, October 13, 2003 11:51 AM
To: xmlblaster at server.xmlblaster.org
Subject: Re: [xmlblaster] Demo: Adding client specific properties to the
QoS on publishing
Hi David,
The requirement specifying this is
http://www.xmlBlaster.org/xmlBlaster/doc/requirements/engine.qos.clientP
roperty.html
Michele
David Hooker wrote:
Is there a REQ I can look at for this?
-----Original Message-----
From: owner-xmlblaster at server.xmlBlaster.org
[mailto:owner-xmlblaster at server.xmlBlaster.org] On Behalf Of Marcel
Ruff
Sent: Sunday, October 12, 2003 3:25 PM
To: xmlblaster
Subject: [xmlblaster] Demo: Adding client specific properties to the
QoS
on publishing
Hi,
Michele has added support to add client specific properties
to the publish QoS, these properties will be delivered
to subscribers in the QoS, to play with it you can use our
Java demo publisher like this:
java javaclients.HelloWorldPublish -numPublish 50
-clientProperty[transactionId] 0x23345
-clientProperty[myName] jack
would add the properties to the publish QoS like this:
<clientProperty name='transactionId'>0x23345</clientProperty>
<clientProperty name='myName'>jack</clientProperty>
You can look at the received QoS with a subscriber:
java javaclients.HelloWorldSubscribe
enjoy
Marcel