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

[xmlblaster-devel] ANNOUNCE: new field in qos



Hi everybody,
a new tag called 'clientProperty' has been added to all qos (with exception of status qos)


the signature is:

<clientProperty name='someName'>someValue</clientProperty>

and the content is not processed by the server core but can be passed to other clients (for example in the update method) or to plugins.

The requirement specifying this is

http://www.xmlBlaster.org/xmlBlaster/doc/requirements/engine.qos.clientProperty.html

With this field you should not need anymore to wrap application specific control parameters for the client or the plugins inside the content of the message. You know such parameters like correlationId, jms properties or whatelse your application needs.

Enjoy the weekend

Michele