User: hiram   
  Date: 00/12/15 19:27:48

  Modified:    conf/default spyderMQ.xml
  Log:
  Better persistence and Transactions!
  Transactions work like the should, all operations get done, or none at all
  (It should even be rolling back persistent messages that were logged that were part
  of a transaction that did not complete due to abnormal server termination).
  You can also configure in what directory you would like to
  store the persistence data at.
  
  Revision  Changes    Path
  1.2       +5 -0      spyderMQ/conf/default/spyderMQ.xml
  
  Index: spyderMQ.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/spyderMQ/conf/default/spyderMQ.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- spyderMQ.xml      2000/12/13 00:34:06     1.1
  +++ spyderMQ.xml      2000/12/16 03:27:48     1.2
  @@ -2,6 +2,11 @@
   
   <Server>
   
  +     <!-- Setup the persistence settings -->
  +     <PersistenceManager>
  +             <DataDirectory>../../data/</DataDirectory>
  +     </PersistenceManager>
  +
        <!-- The physical topics known by the server -->
        <Topic><Name>testTopic</Name></Topic>
        <Topic><Name>example</Name></Topic>
  
  
  

Reply via email to