[jboss-cvs] JBoss Messaging SVN: r6300 - trunk/src/main/org/jboss/messaging/core/server/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 3 10:18:37 EDT 2009


Author: timfox
Date: 2009-04-03 10:18:37 -0400 (Fri, 03 Apr 2009)
New Revision: 6300

Modified:
   trunk/src/main/org/jboss/messaging/core/server/impl/ServerConsumerImpl.java
Log:
fixed regression in paging

Modified: trunk/src/main/org/jboss/messaging/core/server/impl/ServerConsumerImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/server/impl/ServerConsumerImpl.java	2009-04-03 14:12:53 UTC (rev 6299)
+++ trunk/src/main/org/jboss/messaging/core/server/impl/ServerConsumerImpl.java	2009-04-03 14:18:37 UTC (rev 6300)
@@ -429,7 +429,7 @@
          }
          else
          {
-            ref = messageQueue.removeFirstReference(id);
+            ref = messageQueue.removeFirstReference(messageID);
             
             if (ref == null)
             {




More information about the jboss-cvs-commits mailing list