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