5 Replies Latest reply on Nov 28, 2006 10:23 AM by clebert.suconic

    Usage of OID on ConnectionFactories

    clebert.suconic

      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).