forked from community/product-uem-community
Merge pull request 'Fixing iot story with emqx integration' (#7) from amalka.subasinghe/community-product:master into master
Reviewed-on: community/community-product#7apim420
commit
0616de1aec
@ -0,0 +1,56 @@
|
||||
<!--
|
||||
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||
~
|
||||
~ WSO2 Inc. licenses this file to you 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.
|
||||
-->
|
||||
|
||||
<inputEventAdaptersConfig>
|
||||
|
||||
<adapterConfig type="oauth-mqtt">
|
||||
<!-- Thread Pool Related Properties -->
|
||||
<property key="minThread">8</property>
|
||||
<property key="maxThread">100</property>
|
||||
<property key="keepAliveTimeInMillis">20000</property>
|
||||
<property key="jobQueueSize">10000</property>
|
||||
<property key="connectionKeepAliveInterval">60</property>
|
||||
<property key="dcrUrl">https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.17/register</property>
|
||||
<property key="url">tcp://${mqtt.broker.host}:${mqtt.broker.port}</property>
|
||||
<property key="username">admin</property>
|
||||
<property key="password">admin</property>
|
||||
<property key="contentValidator">deviceid-topic-content-validator</property>
|
||||
<property key="cleanSession">true</property>
|
||||
</adapterConfig>
|
||||
|
||||
<adapterConfig type="http">
|
||||
<property key="minThread">8</property>
|
||||
<property key="maxThread">100</property>
|
||||
<property key="keepAliveTimeInMillis">20000</property>
|
||||
<property key="jobQueueSize">10000</property>
|
||||
</adapterConfig>
|
||||
|
||||
<adapterConfig type="file-tail">
|
||||
<property key="events.duplicated.in.cluster">false</property>
|
||||
</adapterConfig>
|
||||
|
||||
<adapterConfig type="email">
|
||||
<property key="moveToFolderName">readMails</property>
|
||||
</adapterConfig>
|
||||
|
||||
<adapterConfig type="jms">
|
||||
<property key="keepAliveTimeInMillis">20000</property>
|
||||
<property key="jobQueueSize">10000</property>
|
||||
</adapterConfig>
|
||||
|
||||
</inputEventAdaptersConfig>
|
Loading…
Reference in new issue