[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Server side HA and failover
timfox
do-not-reply at jboss.com
Thu Oct 26 10:15:09 EDT 2006
"clebert.suconic at jboss.com" wrote :
|
| But anyway, If you have 10s of millions of messages you still need to load these messages anyway.
|
|
Actually, no.
If you have 10s of millions of messages then 99.99% of them will probably be paged in storage.
You only need to load those few thousand or so that will fit in memory.
This is a big difference.
"Clebert" wrote :
| Tim wrote : Why is this a problem?
|
| What we already discussed about a PostOffice only accepting one binding per name identified by a String. We could use the nodeID on the ChannelName but on nodeB it will still create a new channel onde nodeB what would require state transfer between one node and another node.
|
|
We just need to extend the model slightly to cope with this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981023#3981023
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981023
More information about the jboss-dev-forums
mailing list