### # ~~~~~~licensing~~~~~~ # karaf-features # ========== # Copyright (C) 2020 - 2025 EmDev LLC # ========== # You may not use this file except in accordance with the License Terms of the Copyright # Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property # rights to the Software and any copies are the property of the Copyright Holder. Unless # it is explicitly allowed the Copyright Holder, the User is prohibited from using the # Software for commercial purposes to provide services to third parties. # # The Copyright Holder hereby declares that the Software is provided on an "AS IS". # Under no circumstances does the Copyright Holder guarantee or promise that the # Software provided by him will be suitable or not suitable for the specific purposes # of the User, that the Software will meet all commercial and personal subjective # expectations of the User, that the Software will work properly, without technical # errors, quickly and uninterruptedly. # # Under no circumstances shall the Copyright Holder or its Affiliates is not liable # to the User for any direct or indirect losses of the User, his expenses or actual # damage, including, downtime; loss of bussines; lost profit; lost earnings; loss # or damage to data, property, etc. # ~~~~~~/licensing~~~~~~ ### # адреса кластера брокеров сообщений, задаются: # если tcp в скобках и через запятую: (tcp://192.168.122.81:61616,tcp://192.168.122.82:61616) # если amqp с failover и в скобках через запятую: failover:(amqp://192.168.122.81:5672,amqp://192.168.122.82:5672) common.jms.url=tcp://localhost:61616 # логин для аутентификации в брокере сообщений common.jms.username=entaxy # пароль для аутентификации в брокере сообщений common.jms.password=entaxy # максимальное количество соединений # подробнее можно почитать здесь: https://github.com/messaginghub/pooled-jms/blob/master/pooled-jms-docs/Configuration.md common.jms.maxConnections=20 # максимальное количество сессий для каждого соединения # подробнее можно почитать здесь: https://github.com/messaginghub/pooled-jms/blob/master/pooled-jms-docs/Configuration.md common.jms.maxSessionsPerConnection=100 # наименование драйвера для инициализации фабрики планировщика quartz org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.PostgreSQLDelegate # название очереди, через которую ходят большие пакеты и файлы common.bridge.file.queue.name=file.queue # восстановление профилей, коннекторов и других созданных пользователем блюпринтов с помощью базы данных is.restore.from.db=false