[jboss-cvs] jboss-jms/src/main/org/jboss/messaging/core/distributed/topic ...

Timothy Fox tim.fox at jboss.com
Mon Jul 17 13:14:47 EDT 2006


  User: timfox  
  Date: 06/07/17 13:14:47

  Modified:    src/main/org/jboss/messaging/core/distributed/topic 
                        RemoteTopic.java
  Log:
  Many changes including implementation of prefetch, SEDAisation of server, changing of recovery
  
  Revision  Changes    Path
  1.14      +3 -3      jboss-jms/src/main/org/jboss/messaging/core/distributed/topic/RemoteTopic.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RemoteTopic.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-jms/src/main/org/jboss/messaging/core/distributed/topic/RemoteTopic.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- RemoteTopic.java	27 Jun 2006 19:44:40 -0000	1.13
  +++ RemoteTopic.java	17 Jul 2006 17:14:47 -0000	1.14
  @@ -38,9 +38,9 @@
    * topic instance connected to its router.
    *
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
  - * @version <tt>$Revision: 1.13 $</tt>
  + * @version <tt>$Revision: 1.14 $</tt>
    *
  - * $Id: RemoteTopic.java,v 1.13 2006/06/27 19:44:40 timfox Exp $
  + * $Id: RemoteTopic.java,v 1.14 2006/07/17 17:14:47 timfox Exp $
    */
   class RemoteTopic extends ChannelSupport
   
  @@ -60,7 +60,7 @@
                            PersistenceManager tl,
                            Replicator replicator)
      {
  -      super(-1, ms, tl, null, false, true, 0, 0, 0);
  +      super(-1, ms, tl, null, false, true, 0, 0, 0, null);
         this.router = replicator;
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list