[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2.0 Strict ordering via ordering groups

gaohoward do-not-reply at jboss.com
Mon Dec 8 22:18:10 EST 2008


About performance: for each ordering group, it needs to have a sorted list to store message refs yet to be delivered, and for each message to deliver, it needs to check if the message is at the front of the list, if not, detain the delivery. 

About the cluster: if there are a cluster Q on two nodes, M1 is sent to node1 and M2 to node2. If node1 dies when M1 is delivering, M1 will be moved to node2 for delivery. It need to make sure M2 will never be delivered until M1 is delivered, but who receives M1 or M2, doesn't matter.


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

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



More information about the jboss-dev-forums mailing list