diff --git a/bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml b/bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
index 9d1631cf0f75da9dd031b5befff2603e0860ca32..74a7d160342799084caf6911e75a19805b550870 100755
--- a/bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
+++ b/bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
@@ -78,18 +78,17 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
     </bean>
     
     <bean id="collectorGW" class="org.bigbluebutton.core.CollectorGateway">
-        <constructor-arg index="0" ref="collDispatcher"/>
-    </bean>
-    
-    <bean id="collDispatcher" class="org.bigbluebutton.core.api.ConsoleDispatcher">
+        <constructor-arg index="0" ref="redisLpushDispatcher"/>
     </bean>
+    <!--<bean id="collDispatcher" class="org.bigbluebutton.core.api.ConsoleDispatcher">
+    </bean> -->
+
 
-<!--    
     <bean id="redisLpushDispatcher" class="org.bigbluebutton.core.api.RedisLpushDispatcher" 
            init-method="start" destroy-method="stop">
       <property name="redisPool"><ref bean="redisPool" /> </property>
     </bean>
--->
+
       
     <bean id="outMsgGW" class="org.bigbluebutton.core.api.MessageOutGateway">
         <property name="listeners">