Author: clebert.suconic(a)jboss.com
Date: 2010-02-25 20:06:23 -0500 (Thu, 25 Feb 2010)
New Revision: 8901
Modified:
trunk/src/main/org/hornetq/ra/ConnectionFactoryProperties.java
Log:
Adding property for backward compatibility with AS5 and integration on AS6
Modified: trunk/src/main/org/hornetq/ra/ConnectionFactoryProperties.java
===================================================================
--- trunk/src/main/org/hornetq/ra/ConnectionFactoryProperties.java 2010-02-26 00:54:26 UTC
(rev 8900)
+++ trunk/src/main/org/hornetq/ra/ConnectionFactoryProperties.java 2010-02-26 01:06:23 UTC
(rev 8901)
@@ -273,6 +273,12 @@
this.clientID = clientID;
}
+ /** This is for backward compatibility */
+ public void setClientId(final String clientID)
+ {
+ setClientID(clientID);
+ }
+
public Integer getDupsOKBatchSize()
{
if (ConnectionFactoryProperties.trace)