This is a discussion of
http://jira.jboss.com/jira/browse/JBMESSAGING-674
Is it okay if I add these fields to ServerConnectionFactoryEndpoint? :
protected int viewId;
| private ClientConnectionFactoryDelegate[] delegates;
|
| // Map <Integer(nodeID)->Integer(failoverNodeID)>
| private Map failoverMap;
|
I want to update viewId and these other fields on ServerConnectionFactoryEndpoint every
time the Replicator fires a change, and every time we need Connections I will be comparing
clientSide viewId with server's side on ClusteredConnectionFactory.
Of course these fields will be 0 or Null in case of NonClusteredConnections.
Any objections?
Clebert
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999257#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...