[Carbon-commits] [Carbon] svn commit r91923 - trunk/carbon/features/event/org.wso2.carbon.event.server.feature/resources/conf
amila at wso2.com
amila at wso2.com
Mon Apr 18 06:40:23 PDT 2011
Author: amila
Date: Mon Apr 18 06:40:23 2011
New Revision: 91923
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=91923
Log:
updating the event broker conf to add event publisher details
Modified:
trunk/carbon/features/event/org.wso2.carbon.event.server.feature/resources/conf/event-broker.xml
Modified: trunk/carbon/features/event/org.wso2.carbon.event.server.feature/resources/conf/event-broker.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/features/event/org.wso2.carbon.event.server.feature/resources/conf/event-broker.xml?rev=91923&r1=91922&r2=91923&view=diff
==============================================================================
--- trunk/carbon/features/event/org.wso2.carbon.event.server.feature/resources/conf/event-broker.xml (original)
+++ trunk/carbon/features/event/org.wso2.carbon.event.server.feature/resources/conf/event-broker.xml Mon Apr 18 06:40:23 2011
@@ -1,9 +1,10 @@
<eventBrokerConfig xmlns="http://wso2.org/carbon/event/broker">
<eventBroker name="carbonEventBroker" class = "org.wso2.carbon.event.core.internal.CarbonEventBrokerFactory">
- <!--<subscriptionManager name="subscriptionManager" class ="org.wso2.carbon.event.core.internal.subscription.inmemory.InMemorySubscriptionManagerFactory"/>-->
+
<topicManager name="TopicManager" class="org.wso2.carbon.event.core.internal.topic.registry.RegisistryTopicManagerFactory">
<topicStoragePath>event/topics</topicStoragePath>
</topicManager>
+ <!--<subscriptionManager name="subscriptionManager" class ="org.wso2.carbon.event.core.internal.subscription.inmemory.InMemorySubscriptionManagerFactory"/>-->
<subscriptionManager name="subscriptionManager"
class="org.wso2.carbon.event.core.internal.subscription.registry.RegistrySubscriptionManagerFactory">
<topicStoragePath>event/topics</topicStoragePath>
@@ -25,5 +26,11 @@
<delivaryManager name="delivaryManager"
class="org.wso2.carbon.event.core.internal.delivary.jms.QpidJMSDelivaryManagerFactory">
</delivaryManager>
+ <eventPublisher>
+ <minSpareThreads>5</minSpareThreads>
+ <maxThreads>50</maxThreads>
+ <maxQueuedRequests>1000</maxQueuedRequests>
+ <keepAliveTime>1000</keepAliveTime>
+ </eventPublisher>
</eventBroker>
</eventBrokerConfig>
More information about the Carbon-commits
mailing list