push the messages instead of outputing them on the console
This commit is contained in:
parent
63dd66669b
commit
ba4d0fb63e
@ -78,17 +78,17 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
|||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="collectorGW" class="org.bigbluebutton.core.CollectorGateway">
|
<bean id="collectorGW" class="org.bigbluebutton.core.CollectorGateway">
|
||||||
<constructor-arg index="0" ref="collDispatcher"/>
|
<constructor-arg index="0" ref="redisLpushDispatcher"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="collDispatcher" class="org.bigbluebutton.core.api.ConsoleDispatcher"/>
|
<!--<bean id="collDispatcher" class="org.bigbluebutton.core.api.ConsoleDispatcher"/>-->
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
<bean id="redisLpushDispatcher" class="org.bigbluebutton.core.api.RedisLpushDispatcher"
|
<bean id="redisLpushDispatcher" class="org.bigbluebutton.core.api.RedisLpushDispatcher"
|
||||||
init-method="start" destroy-method="stop">
|
init-method="start" destroy-method="stop">
|
||||||
<property name="redisPool"><ref bean="redisPool" /> </property>
|
<property name="redisPool"><ref bean="redisPool" /> </property>
|
||||||
</bean>
|
</bean>
|
||||||
-->
|
|
||||||
|
|
||||||
<bean id="outMsgGW" class="org.bigbluebutton.core.api.MessageOutGateway">
|
<bean id="outMsgGW" class="org.bigbluebutton.core.api.MessageOutGateway">
|
||||||
<property name="listeners">
|
<property name="listeners">
|
||||||
|
Loading…
Reference in New Issue
Block a user