[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xmlblaster] about update and xmlrpc
Hello,
I could not get a update with several messages. I think perhaps when
using xmlrpc we only get one message per update.
If there are 2 messages (on the same query subscribtion), xmlBlaster
will call 2 times our update callback ...
What I did is :
- connect a client. publish 2 messages with the same topic.
- disconnect that client.
- connect another client, subcribing it to the topic.
- xmlBlaster call 2 times its callback update.
Is it normal ?
Cyrille