[jboss-cvs] JBoss Messaging SVN: r3646 - trunk/tests/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 30 10:44:42 EST 2008


Author: jmesnil
Date: 2008-01-30 10:44:42 -0500 (Wed, 30 Jan 2008)
New Revision: 3646

Modified:
   trunk/tests/etc/ConfigurationTest-config.xml
Log:
* remoting API cleanup
  - introduced RemotingService interface to hide MinaService implementation from other JBM parts
  - replaced String-based ServerLocator by POJO RemotingConfiguration to hold type-safe configuration parameters for RemotingService

Modified: trunk/tests/etc/ConfigurationTest-config.xml
===================================================================
--- trunk/tests/etc/ConfigurationTest-config.xml	2008-01-30 15:21:24 UTC (rev 3645)
+++ trunk/tests/etc/ConfigurationTest-config.xml	2008-01-30 15:44:42 UTC (rev 3646)
@@ -33,7 +33,10 @@
       <control-channel-name>udp-synctest</control-channel-name>
       <data-channel-name>udptest</data-channel-name>
       <channel-partition-name>JMStest</channel-partition-name>
+      
+      <remoting-transport>TCP</remoting-transport>      
       <remoting-bind-address>10000</remoting-bind-address>
+      <remoting-timeout>100</remoting-timeout>
 
    </configuration>
 




More information about the jboss-cvs-commits mailing list