Hi David, The requirement specifying this is http://www.xmlBlaster.org/xmlBlaster/doc/requirements/engine.qos.clientProperty.html
Michele
David Hooker wrote:
Is there a REQ I can look at for this?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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
-- Michele Laghi mailto:[EMAIL PROTECTED] tel. +46 8 7492952 / mob. +46 70 4103964 http://eclettic.tripod.com http://www.xmlBlaster.org
