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] jackwould 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
-- http://www.xmlBlaster.org
