Hello Ian,
thanks for your support.
If this behavior is changed in future release, the difference between current version(w/ persistence) and future one(w/o persistence) become clear under such case. Is that right?
1. configuration completed but bridge connections are not established yet
2. start RSMB3 and connect from IA92SampleGUI3
3. start RSMB1 and connect from IA92SampleGUI1
4. publish from IA92SampleGUI1 to RSMB1 with QoS1
5. start RSMB2
6. all RSMB bridges become entablished
7a. current version - msg not delivered because there is no subscription on RSMB1
7b. future version - msg will be delivered because there is subscription on RSMB1 at publication time(and also on RSMB2)
btw in Windows environment, "doubleclick broker.exe" and "run broker.exe within command prompt" shows different behavior
(first one doesn't create persistence files after exe shutdown)
pls let me confirm whether this is expected behavior or not.