
.messaging.messaging-common.1.7.0.source-code.defaultMessaging.properties Maven / Gradle / Ivy
###
# #%L
# %%
# Copyright (C) 2011 - 2017 BMW Car IT GmbH
# %%
# 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.
# #L%
###
# NOTE: joynr.messaging.* property keys are defined in io.joynr.messaging.ConfigurableMessagingSettings
joynr.messaging.bounceProxyUrl=http://${JOYNR_SERVER_HOST}:${JOYNR_SERVER_HTTP_PORT}/bounceproxy/
joynr.messaging.hostsFileName=hosts.properties
joynr.messaging.mqtt.reconnect.sleepms=1000
joynr.messaging.mqtt.brokerUri=tcp://${JOYNR_SERVER_HOST}:${JOYNR_SERVER_MQTT_PORT}
joynr.messaging.mqtt.keepalivetimersec=30
joynr.messaging.mqtt.connectiontimeoutsec=60
joynr.messaging.mqtt.timetowaitms=-1
joynr.messaging.mqtt.maxmsgsinflight=10
joynr.messaging.mqtt.maxmqttmessagesizebytes=0
joynr.messaging.mqtt.cleansession=false
joynr.messaging.mqtt.separateconnections=false
joynr.messaging.compressreplies=false
joynr.messaging.mqtt.topicprefix.sharedsubscriptionsreplyto=replyto/
joynr.messaging.mqtt.topicprefix.unicast=
joynr.messaging.mqtt.topicprefix.multicast=
joynr.messaging.discoveryDirectoriesDomain=io.joynr
joynr.messaging.discoveryDirectoriesChannelId=discoverydirectory_channelid
joynr.messaging.capabilitiesdirectoryparticipantid=capabilitiesdirectory_participantid
joynr.messaging.domainaccesscontrollerparticipantid=domainaccesscontroller_participantid
joynr.messaging.domainaccesscontrollisteditorparticipantid=domainaccesscontrollisteditor_participantid
joynr.messaging.domainrolecontrollerparticipantid=domainrolecontroller_participantid
joynr.messaging.systemservicesdomain=io.joynr.system
joynr.messaging.discoveryProviderParticipantId=CC.DiscoveryProvider.ParticipantId
joynr.messaging.routingproviderparticipantid=CC.RoutingProvider.ParticipantId
joynr.messaging.cc.connectionType=IN_PROCESS
joynr.messaging.cc.reconnectdelay=1000
joynr.messaging.cc.idletimeout=9223372036854775807
joynr.messaging.capabilitiesDirectoryChannelId=discoverydirectory_channelid
joynr.messaging.domainAccessControllerChannelId=domainaccesscontroller_channelid
joynr.messaging.cc.protocol=ws
joynr.messaging.cc.path=
joynr.messaging.maxTtlMs=2592000000
joynr.messaging.maxmessagesize=4000000
joynr.messaging.backpressure.enabled=false
joynr.messaging.backpressure.incomingmqttrequests.upperthreshold=80
joynr.messaging.backpressure.incomingmqttrequests.lowerthreshold=20
joynr.messaging.maxincomingmqttrequests=0
joynr.messaging.createChannelRetryIntervalMs=3000
joynr.messaging.deleteChannelRetryIntervalMs=3000
joynr.messaging.sendMsgRetryIntervalMs=3000
joynr.messaging.longPollRetryIntervalMs=3000
joynr.messaging.maximumParallelSends=20
joynr.messaging.routingtablegraceperiodms=30000
joynr.messaging.routingtablecleanupintervalms=60000
joynr.messaging.routingmaxretrycount=-1
joynr.messaging.maxDelayWithExponentialBackoffMs=-1
# max integer value (2^31)-1
joynr.messaging.maxRetriesCount=2147483647
joynr.accesscontrol.enable=false
joynr.discovery.defaultTimeoutMs=600000
joynr.discovery.defaultRetryIntervalMs=10000
# default providers expire after six weeks by default
joynr.discovery.provider.defaultExpiryTimeMs=3628800000
joynr.discovery.participantids_persistence_file=joynr_participantIds.properties
joynr.messaging.persistence_file=joynr.properties
joynr.dispatching.subscription.subscriptionrequests_persistence_file=joynr_persistedSubscriptionRequests
# use standard proxy settings for java, either from the command line, or in app-specific properties file.
# http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
#http.proxyHost=192.168.192.1
#http.proxyPort=3128
joynr.http.x_cache_index=X-Cache-Index
joynr.http.header.x_atmosphere_tracking_id=X-Atmosphere-tracking-id
joynr.http.header_content_type=Content-Type
joynr.http.header_accept=Accept
joynr.http.header_location=Location
joynr.http.application_json=application/json
joynr.http.http_request_timeout_ms=30000
joynr.http.send_message_request_timeout_ms=60000
joynr.http.connection_timeout_ms=60000
joynr.http.maximum_connections_to_host=25
joynr.http.maximum_connections_total=50
joynr.http.idle_connection_timeout_ms=0
joynr.arbitration.minimumRetryDelay=2000
joynr.http.session_id_name=jsessionid
joynr.jeeintegration.enable.httpbridge=false
joynr.messaging.mqtt.enable.sharedsubscriptions=false
joynr.capabilities.provisioned.file=provisioned_capabilities.json
# Interval in milliseconds at which the clustercontroller will send a freshness
# update message to the global discovery directory
joynr.capabilities.freshnessupdateintervalms=3600000
# Interval in minutes at which the cached discovery entries will be checked for expiration
joynr.cc.discovery.entry.cache.cleanup.interval=60
joynr.messaging.mqtt.ssl.keystoretype=JKS
joynr.messaging.mqtt.ssl.truststoretype=JKS
© 2015 - 2025 Weber Informatics LLC | Privacy Policy