[jboss-cvs] JBoss Messaging SVN: r5526 - trunk/src/main/org/jboss/messaging/core/server/impl.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Dec 12 15:12:27 EST 2008
Author: clebert.suconic at jboss.com
Date: 2008-12-12 15:12:26 -0500 (Fri, 12 Dec 2008)
New Revision: 5526
Modified:
trunk/src/main/org/jboss/messaging/core/server/impl/MessageReferenceImpl.java
Log:
JBMESSAGING-1468 - just adding some FIXME on code
Modified: trunk/src/main/org/jboss/messaging/core/server/impl/MessageReferenceImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/server/impl/MessageReferenceImpl.java 2008-12-12 18:31:12 UTC (rev 5525)
+++ trunk/src/main/org/jboss/messaging/core/server/impl/MessageReferenceImpl.java 2008-12-12 20:12:26 UTC (rev 5526)
@@ -299,6 +299,7 @@
{
Transaction tx = new TransactionImpl(persistenceManager, postOffice);
+ // FIXME: JBMESSAGING-1468
ServerMessage copyMessage = makeCopy(expiry, persistenceManager);
copyMessage.setDestination(address);
@@ -323,7 +324,9 @@
ServerMessage copy = message.copy();
+ // (JBMESSAGING-1468)
// FIXME - this won't work with replication!!!!!!!!!!!
+ // FIXME - this won't work with LargeMessages also!!!!
long newMessageId = pm.generateUniqueID();
copy.setMessageID(newMessageId);
More information about the jboss-cvs-commits
mailing list