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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...