Hi:<br><br>I am looking to build a message relay system using spread.&nbsp;
One of the requirement is being able to replay messages in order.&nbsp; One
way is to have a listener subscribe to the group and persist messages
on disc.&nbsp; Later on, if replay is needed, then a spread client can read
the message from the disc and resent.&nbsp; The problem is I can&#39;t guarantee
the listener will always alive.&nbsp; Does spread internally persist
messages?&nbsp; I.e. if a client sends a message to the group and there is
no subscribed listener, will spread simply discard the message?<br>
<br>Any other open source projects, except JMS, that will be better for that kind of relay/replay system?<br><br>thanks,<br><font color="#888888"><br></font>