Hi: We have a JMS client sending messages to Jboss hosted JMS Topic. Client is sending a message every 5 mins. Once in a while there will be network outage between JMS client machine and server. I want to store all the messages on the client side when network outage exists and send the messages back when network is available. So we don't miss any messages.
Is this something I need to handle in my program or Jboss JMS client /server can handle transparently. We want to store the messages in to file system until they are delivered to server. Thanks in advance -- Sree View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837316#3837316 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837316 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
