[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Comments in code about large message replication
clebert.suconic@jboss.com
do-not-reply at jboss.com
Thu Jan 29 09:24:46 EST 2009
I removed it, you will only see your original FIXME now:
| private ServerMessage makeCopy(final MessageReference ref, final boolean expiry) throws Exception
| {
| .....
| // FIXME - this won't work with replication!!!!!!!!!!!
| long newMessageId = storageManager.generateUniqueID();
|
| ServerMessage copy = message.copy(newMessageId);
| ....
| }
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205577#4205577
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205577
More information about the jboss-dev-forums
mailing list