Cyrille Giquello wrote:
Hello,
Because I'm using a callback less client (a Flash applet) I need to
get only new messages like when using a subscribtion.
But when calling get, I've always a message (the last one, depends of
the get's qos). I didnot find something about my need in the
documentation.
Is it possible to have only new messages with the get interface ?
Hope I'm clear enough ;o)
Yes, this is possible as well
You can subscribe to such messages even you don't have a callback
implementation.
The subscribed messages will queue in the callback queue of the clients
session.
You can then consuming access those messages with an administrative
command, see
http://www.xmlblaster.org/xmlBlaster/doc/requirements/engine.qos.queryspec.QueueQuery.html
(Hmm, this would be a nice entry to the FAQ)
regards
Marcel