
.messaging.messaging-common.1.25.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.mqtt.reconnect.sleepms=1000
joynr.messaging.mqtt.brokerUris=tcp://${JOYNR_SERVER_HOST}:${JOYNR_SERVER_MQTT_PORT}
joynr.messaging.gbids=joynrdefaultgbid
joynr.messaging.mqtt.keepalivetimerssec=30
joynr.messaging.mqtt.connectiontimeoutssec=60
joynr.messaging.mqtt.cleansession=false
joynr.messaging.mqtt.separateconnections=false
joynr.messaging.compressreplies=false
joynr.messaging.separatereplyreceiver=false
joynr.messaging.mqtt.topicprefix.sharedsubscriptionsreplyto=replyto/
joynr.messaging.mqtt.topicprefix.unicast=
joynr.messaging.mqtt.topicprefix.multicast=
joynr.messaging.discoveryDirectoriesDomain=io.joynr
joynr.messaging.capabilitiesDirectoryChannelId=discoverydirectory_channelid
joynr.messaging.capabilitiesdirectoryparticipantid=capabilitiesdirectory_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.cc.protocol=ws
joynr.messaging.cc.path=/
joynr.messaging.maxTtlMs=2592000000
joynr.messaging.maxmessagesize=4000000
joynr.messaging.backpressure.enabled=false
joynr.messaging.backpressure.incomingmqttrequests.lowerthreshold=20
joynr.messaging.maxincomingmqttrequests=0
joynr.messaging.sendMsgRetryIntervalMs=3000
joynr.messaging.maximumParallelSends=20
joynr.messaging.mqtt.receivemaximum=65535
joynr.messaging.routingtablegraceperiodms=30000
joynr.messaging.routingtablecleanupintervalms=60000
joynr.messaging.routingmaxretrycount=-1
joynr.messaging.maxDelayWithExponentialBackoffMs=-1
joynr.jeeintegration.subscribeonstartup=true
joynr.accesscontrol.enable=false
joynr.backend.uid=backend
joynr.messaging.mqtt.connectonstart=true
joynr.messaging.mqtt.retain=false
joynr.discovery.defaultTimeoutMs=600000
joynr.discovery.defaultRetryIntervalMs=10000
joynr.discovery.minimumRetryIntervalMs=2000
# 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
joynr.dispatching.subscription.subscriptionrequests_persistency=true
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=21600000
# 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
joynr.messaging.mqtt.ssl.ciphersuites=
joynr.jeeintegration.registration.retries=5
joynr.jeeintegration.registration.retryIntervalMs=30000
joynr.jeeintegration.awaitRegistration=true
# Delay of removeStale call after start of the cluster controller
joynr.messaging.removestaledelayms=300000
© 2015 - 2025 Weber Informatics LLC | Privacy Policy