[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2.0 Strict ordering via ordering groups
timfox
do-not-reply at jboss.com
Tue Dec 9 03:44:59 EST 2008
"gaohoward" wrote : 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.
|
Huh? That's a performance penalty for your ordering group implementation not the message group implementation! I think you're getting them mixed up. I was suggesting using message groups, not ordering groups.
anonymous wrote :
| 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.
|
Yes order is preserved on failover already in JBM 2.0
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195239#4195239
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195239
More information about the jboss-dev-forums
mailing list