You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/01/16 22:50:48 UTC

svn commit: r900028 - /james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Author: norman
Date: Sat Jan 16 21:50:46 2010
New Revision: 900028

URL: http://svn.apache.org/viewvc?rev=900028&view=rev
Log:
Add bean definition for AsyncRemoteManager (JAMES-953)

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=900028&r1=900027&r2=900028&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Sat Jan 16 21:50:46 2010
@@ -180,6 +180,12 @@
 	<bean id="remotemanager" class="org.apache.james.remotemanager.RemoteManagerMBeanImpl">
 		<property name="protocolServer" ref="remotemanager.protocolserver" />
 	</bean>
+
+	<!-- Async RemoteManager -->
+	<!-- enable this to use the MINA based RemoteManager Server which uses NIO -->
+	<!--
+	<bean id="remotemanager" class="org.apache.james.remotemanager.mina.AsyncRemoteManager" />
+	-->
 	
 	<!-- The User Management block  -->
 	<bean id="usermanagement" class="org.apache.james.impl.user.UserManagement" />



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org