[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBMESSAGING-674 - Propagating changes on ClusteredConnec
timfox
do-not-reply at jboss.com
Mon Jan 22 10:34:29 EST 2007
"clebert.suconic at jboss.com" wrote :
|
| The update is happening on ConnectionFactoryJNDIMapper::onReplicationChange..
|
|
| Look at the method's implementation, you will see a call to updateClusteredClients:
|
|
| | line 359: endpoint.updateClusteredClients(delArr, failoverMap);
| |
|
Sigh... You're still missing the point :)
This line of code is only called when the replication change is a deploy/undeploy of a connection factory:
| else if (sKey.startsWith(CF_PREFIX) && originatorNodeID != serverPeer.getServerPeerID())
| {
|
My question was, can you explain to me how this is called when a node crashes?
When a node crashes it won't have the courtesy to undeploy its connection factories first.
So how would this get called?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004852#4004852
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004852
More information about the jboss-dev-forums
mailing list