[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Usage of OID on ConnectionFactories
clebert.suconic@jboss.com
do-not-reply at jboss.com
Mon Nov 27 21:31:12 EST 2006
One of the issues we had on ConnectionFactories and HAs was the need of using a sequence ID (OID) on ConnectionFactories (ClientConnectionFactoryDelegate and its respective ServerEndpoint).
After a design session with Tim we decided to stop using OIDs on AOPDispatcher for ConnectionFactories.
Now a ConnectionFactory *need* to specify a ClientID on the MBean constructor and that will be used to register the factory on JMSDispatcher.
Also.. that will be an issue when a customer is upgrading his version.. A customer would need to define the ClientID or the ConnectionFactory won't work, but we will have an exception clearing that. We could take the action of using a sequence case clientID is null (something we will have to think about later).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989150#3989150
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989150
More information about the jboss-dev-forums
mailing list