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