[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xmlblaster] persistance with subscription and sessions
- To: xmlblaster at server.xmlBlaster.org
- Subject: [xmlblaster] persistance with subscription and sessions
- From: "Martin Johnson" <martin.c.johnson at gmail.com>
- Date: Sun, 1 Jul 2007 21:18:02 +1000
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=P4+Se30OMGFJyNCFQAiOXZ+20PIJ+sUsBcn/ClXU2IitUtl47VEzLSGDUVD1ZSfRZVWhwFJJGqKkBgkVd8LF1GkDs9N/7G5DwuvCzgdFjGAyySkWJy3K1nS0YUsjv7gk2p3Je6EPscvpbCimmdxE2rvj4bKsC1xvr/z3qQ7QkLc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ogohwg1FBPT3YJXbHrXe24O/HXuyEhOmZJPSLx5wcWgSQDBCXFL3GvkFTROGQlrhhutRlUFUmSpMfxmQPQa0ktP2yq/071f4lwIN7BHyf4NBkGYBbG8jsT2FsjRrx8UF24C05wvKO4Wd1BIDZFaMyENR/RTOY2cVEkZdZtr79fs=
- In-reply-to: <b925a91a0707010416hcf698a1vd5f1c15588fc0bf3 at mail.gmail.com>
- References: <b925a91a0707010416hcf698a1vd5f1c15588fc0bf3 at mail.gmail.com>
- Reply-to: xmlblaster at server.xmlBlaster.org
- Sender: owner-xmlblaster at server.xmlBlaster.org
>>Sent again in case registration process bounced first attempt to send.
Hi Marcel, Michele,
Below is and extract from another message on the list
/--
4. -multiSubscribe false
when the subscriber restarts it does the same subscribe
again and you would receive the messages twice.
Setting this to 'false' will ignore duplicate identical
subscribes
(An alternative solution:
We could change the code of HelloWorldSubscribe to
check if it has reconnected to the previous session
and in this case not do a subscribe anymore).
--/
I really like to know the technique to do this rather than having multiSubscribe==false.
I have a crashing client (for other systematic reasons) and can end up with many many subscriptions.
Love to be able to avoid this.
Regards
Martin