User: hiram   
  Date: 00/12/27 09:02:28

  Modified:    conf/default spyderMQ.xml
  Log:
  Feature Add: Durable Topic Subscriptions now work!
  More work still has to be done with user managment (who
  is allowed to create durable subscriptions).  The DurableSubscriptionExample
  class now works.
  
  Revision  Changes    Path
  1.5       +11 -10    spyderMQ/conf/default/spyderMQ.xml
  
  Index: spyderMQ.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/spyderMQ/conf/default/spyderMQ.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- spyderMQ.xml      2000/12/26 19:54:33     1.4
  +++ spyderMQ.xml      2000/12/27 17:02:27     1.5
  @@ -23,16 +23,17 @@
        <Queue><Name>ex</Name></Queue>
   
        <!-- The users known by the server -->
  -     <User>
  -             <Name>john</Name>
  -             <Password>needle</Password>
  -             <Id>johnclientID</Id>
  -     </User>
  -     <User>
  -             <Name>sahra</Name>
  -             <Password>spot</Password>
  -     </User>
  -
  +     <UserManager>
  +             <User>
  +                     <Name>john</Name>
  +                     <Password>needle</Password>
  +                     <Id>DurableSubscriberExample</Id>
  +             </User>
  +             <User>
  +                     <Name>sahra</Name>
  +                     <Password>spot</Password>
  +             </User>
  +     </UserManager>
   
        <!-- The invokation layers the server will expose -->
        <InvocationLayer>
  
  
  

Reply via email to