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