changes for docker deployment
[dmaap/messagerouter/messageservice.git] / src / main / ajsc / dmaap_v1 / dmaap / v1 / conf / FileMonitorBeans.xml
1 <beans xmlns="http://www.springframework.org/schema/beans"
2         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
4
5         <bean
6                 class="org.springframework.context.annotation.CommonAnnotationBeanPostProcessor" />
7                 
8         <bean id="ServicePropertiesListener" class="com.att.nsa.dmaap.filemonitor.ServicePropertiesListener" />
9         
10         <bean id="ServicePropertiesMap" class="com.att.nsa.dmaap.filemonitor.ServicePropertiesMap" />
11
12         <bean id="ServicePropertyService" class="com.att.nsa.dmaap.filemonitor.ServicePropertyService">
13                 <property name="loadOnStartup" value="false" />
14                 <property name="fileChangedListener" ref="ServicePropertiesListener" />
15                 <property name="filePropertiesMap" ref="ServicePropertiesMap" />
16                 <property name="ssfFileMonitorPollingInterval" value="15" />
17                 <property name="ssfFileMonitorThreadpoolSize" value="10" />
18         </bean>
19 </beans>