I have two publisher and subscriber application.
- App1 -> publish -> Student (1,ABC), Student(2,EFG). After it I run second application. both application subscribe and publish on same domain
- App2 able subscribe Student (1,ABC), Student(2,EFG) which is published by App1 then I Published data. App2-> publish -> Teacher(1,AAA),Teacher(2,BBB) Now I got Student (1,ABC), Student(2,EFG),Teacher(1,AAA),Teacher(2,BBB) from App2
- when I close app2 and reopen again I am unable to subscribe this data How can I subscribe data which I published before closing application ? DDS Spy shows data still available on same domain.
Can somebody help to understand?