[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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

--
http://www.xmlBlaster.org