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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...