Re: when does openjms server write messages to the message table?
Tim Anderson <[email protected]> Sun, 10 Feb 2008 00:15:18 +1100
| Newsgroups | gmane.comp.java.openjms.user |
|---|---|
| Message-ID | <[email protected]> |
--===============0755160625== Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Kim Kantola wrote: <blockquote cite="mid:1aa561ee0802061513j12a40b32t7d85d1d9e12ff3d1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org" type="cite"> <div>Hi All,</div> <div> Sorry for multiple postings today, on the openjms learning curve.</div> <div> I am trying to get a high level of understanding of what the openjms server is doing. When OpenJms gets a message from a publisher, does it send it right off to the subscribers, or does it write all messages to the message database table and then pull them out in order to deliver them?</div> <div> I ask because I am using openJMS and am "losing" some messages, I think that maybe they are stuck in the message table and unable to get out.</div> <div>Thanks if anyone can provide this kind of info,</div> <div>Kim</div> </blockquote> A subscriber only receives messages from the time its subscription became active. <br> Any message published prior to then is discarded.<br> If you want to receive messages that were published when the subscriber is inactive,<br> you need to use a durable suscriber. <br> <br> -Tim<br> <br> <blockquote cite="mid:1aa561ee0802061513j12a40b32t7d85d1d9e12ff3d1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org" type="cite"> <pre wrap=""> <hr size="4" width="90%"> ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. <a class="moz-txt-link-freetext" href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a></pre> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ openjms-user mailing list <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/openjms-user">https://lists.sourceforge.net/lists/listinfo/openjms-user</a> </pre> </blockquote> <br> </body> </html> --===============0755160625== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ --===============0755160625== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ openjms-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openjms-user --===============0755160625==--