All Downloads are FREE. Search and download functionalities are using the official Maven repository.

on.analytics.org.wso2.carbon.databridge.core.2.0.28.source-code.data-bridge-config.xml Maven / Gradle / Ivy

<!--
  ~ Copyright 2005-2011 WSO2, Inc. (http://wso2.com)
  ~
  ~ Licensed under the Apache License, Version 2.0 (the License);
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~ http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an AS IS BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<dataBridgeConfiguration>

    <workerThreads>10</workerThreads>
    <maxEventBufferCapacity>50</maxEventBufferCapacity>
    <eventBufferSize>2000</eventBufferSize>
    <clientTimeoutMin>30</clientTimeoutMin>

    <dataReceiver name="Thrift">
        <config name="tcpPort">7611</config>
        <config name="sslPort">7711</config>
    </dataReceiver>

    <dataReceiver name="Binary">
        <config name="tcpPort">9611</config>
        <config name="sslPort">9711</config>
        <config name="sslReceiverThreadPoolSize">100</config>
        <config name="tcpReceiverThreadPoolSize">100</config>
    </dataReceiver>

    <!--<streamDefinitions>
        <streamDefinition>
            {
             'name':'org.wso2.esb.MediatorStatistics',
             'version':'1.3.0',
             'nickName': 'Stock Quote Information',
             'description': 'Some Desc',
             'metaData':[
             {'name':'ipAdd','type':'STRING'}
             ],
             'payloadData':[
             {'name':'symbol','type':'STRING'},
             {'name':'price','type':'DOUBLE'},
             {'name':'volume','type':'INT'},
             {'name':'max','type':'DOUBLE'},
             {'name':'min','type':'Double'}
             ]
            }
        </streamDefinition>
        <streamDefinition domainName="wso2">
            {
             'name':'org.wso2.esb.MediatorStatistics',
             'version':'1.3.4',
             'nickName': 'Stock Quote Information',
             'description': 'Some Other Desc',
             'metaData':[
             {'name':'ipAdd','type':'STRING'}
             ],
             'payloadData':[
             {'name':'symbol','type':'STRING'},
             {'name':'price','type':'DOUBLE'},
             {'name':'volume','type':'INT'}
             ]
            }
        </streamDefinition>
    </streamDefinitions>-->

</dataBridgeConfiguration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy