[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - PagingManager methods
timfox
do-not-reply at jboss.com
Tue Jul 21 04:50:04 EDT 2009
| // FIXME - why are these methods still on PagingManager???
| // The current code is doing a lookup every time through this class just to call page store!!
| boolean page(ServerMessage message, boolean duplicateDetection) throws Exception;
|
| /**
| * Page, only if destination is in page mode.
| * @param message
| * @return false if destination is not on page mode
| */
|
| // FIXME - why are these methods still on PagingManager???
| // The current code is doing a lookup every time through this class just to call page store!!
| boolean page(ServerMessage message, long transactionId, boolean duplicateDetection) throws Exception;
|
Aren't these methods supposed to have been removed?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244866#4244866
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244866
More information about the jboss-dev-forums
mailing list