Hi Brian, I have set History.KeepAll, Durability.Transient and Reliability.Reliable. This setup works perfectly if I am terminating the subscriber explicitly. But while running this setup on a network, if the network is disconnected the subscriber is still losing the samples published during the down time. Do i need to add/modify any QOS for making this work on a network ?
On Thu, Sep 8, 2011 at 5:41 PM, Wilkins, Brian <[email protected]> wrote: > You need to set the History.KeepAll and Reliability.Reliable to keep all > the samples. Keep in mind you need to ensure you have enough resources.*** > * > > ** ** > > Brian**** > > ** ** > > ** ** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Rakesh pawar > *Sent:* Thursday, September 08, 2011 8:05 AM > *To:* developer > *Subject:* [OSPL-Dev] Recovering lost samples at the subscriber side**** > > ** ** > > Hello,**** > > ** ** > > In the Chatter example, if I run the Chatter(Pub) and MessageBoard (Sub), I > terminate the message board and again reconnect after a while, I am > receiving the current samples being published. How can I receive the samples > published during the time when the MessageBoard was terminated. Do I need to > set the History and Reliability Qos for this purpose? I have added > <reconnect="true"> in the ospl.xml. Is there any other QOS i need to set to > receive the lost samples ? > **** > > ** ** > > > > **** > > ** ** > > -- **** > > > Cheers ! > Rakesh Pawar**** > > ** ** > > _______________________________________________ > OpenSplice DDS Developer Mailing List > [email protected] > Subscribe / Unsubscribe > http://dev.opensplice.org/mailman/listinfo/developer > > -- Cheers ! Rakesh Pawar
_______________________________________________ OpenSplice DDS Developer Mailing List [email protected] Subscribe / Unsubscribe http://dev.opensplice.org/mailman/listinfo/developer
