[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Paging code review

clebert.suconic@jboss.com do-not-reply at jboss.com
Thu Dec 11 22:54:38 EST 2008


10)  I have added three methods on PostOffice for this:


  |     /** Deliver references previously routed */
  |    void deliver(List<MessageReference> references);
  | 
  |    void scheduleReferences(long scheduledDeliveryTime,  List<MessageReference> references) throws Exception;
  |    
  |    void scheduleReferences( long transactionID,  long scheduledDeliveryTime,  List<MessageReference> references) throws Exception;
  | 
  | 


I think the Postoffice would be the right place, since this is related to what needs to be done post-routing, during commit.. depage.. etc. If that's not the right place it should be an easy move though.


- I have also fixed ScheduledDeliveries on Paging, and few other issues with sizing and Expiry on Paging.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196125#4196125

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196125



More information about the jboss-dev-forums mailing list