[hornetq-commits] JBoss hornetq SVN: r8901 - trunk/src/main/org/hornetq/ra.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 25 20:06:23 EST 2010


Author: clebert.suconic at 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)



More information about the hornetq-commits mailing list