- change version on 1.8
- add docker-compose - update entaxy
This commit is contained in:
@ -1,27 +0,0 @@
|
||||
###
|
||||
# ~~~~~~licensing~~~~~~
|
||||
# karaf-features
|
||||
# ==========
|
||||
# Copyright (C) 2020 - 2021 EmDev LLC
|
||||
# ==========
|
||||
# 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.
|
||||
# ~~~~~~/licensing~~~~~~
|
||||
###
|
||||
# адрес service-soap, будет формироваться host/cxf + passive.endpoint.address,
|
||||
# по умолчанию passive.endpoint.address=/service
|
||||
passive.endpoint.address=/service
|
||||
# включение кастомной валидации soap сообщений по wsdl
|
||||
passive.endpoint.validation=true
|
||||
# название системы, в которую будут отправляться сообщения, если не был выставлен destination
|
||||
passive.error.system.name=error
|
||||
|
@ -1,24 +0,0 @@
|
||||
###
|
||||
# ~~~~~~licensing~~~~~~
|
||||
# karaf-features
|
||||
# ==========
|
||||
# Copyright (C) 2020 - 2021 EmDev LLC
|
||||
# ==========
|
||||
# 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.
|
||||
# ~~~~~~/licensing~~~~~~
|
||||
###
|
||||
# адрес soap-connector, будет формироваться host/cxf + passive.endpoint.address,
|
||||
# по умолчанию passive.endpoint.address=/exchange
|
||||
passive.endpoint.address=/exchange
|
||||
# включение кастомной валидации soap сообщений по wsdl
|
||||
passive.endpoint.validation=true
|
@ -1,47 +0,0 @@
|
||||
###
|
||||
# ~~~~~~licensing~~~~~~
|
||||
# karaf-features
|
||||
# ==========
|
||||
# Copyright (C) 2020 - 2021 EmDev LLC
|
||||
# ==========
|
||||
# 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.
|
||||
# ~~~~~~/licensing~~~~~~
|
||||
###
|
||||
# максимальное количество попыток отправить сообщение в очередь из агрегатора
|
||||
redelivery.maximumRedeliveries=2
|
||||
# очередь для отправки сообщений, которые не смог отправить агрегатор в destination
|
||||
redelivery.deadLetterQueue=revert.message.dead
|
||||
|
||||
# задается в mc, значение по умолчанию 10 минут
|
||||
acknowledge.completion.timeout=600000
|
||||
# настройка способа агрегирования через игнайт или бд
|
||||
# Важно! следить за тем чтобы данный параметр был одинаковым во всем кластере
|
||||
# варианты - igniteAggregationRepository, jdbcAggregationRepository (для всех бд кроме postgres), postgresAggregationRepository
|
||||
# по умолчанию - jdbcAggregationRepository
|
||||
acknowledge.aggregation.repository=jdbcAggregationRepository
|
||||
|
||||
# Поднимается endpoint /active_connector_test_consumer
|
||||
# при выставленной настройке mode.dev=true
|
||||
active.mode.dev=false
|
||||
active.username=Администратор
|
||||
active.password=
|
||||
|
||||
# валидация сообщения по wsdl
|
||||
active.validation=false
|
||||
|
||||
# uuid шины, для отправки в активном режиме в систему от имени шины
|
||||
bus.id=FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF
|
||||
get.destination=
|
||||
|
||||
# параметр для тестирования активного коннектора
|
||||
test.empty.rate=20
|
@ -56,7 +56,7 @@ rm -rf $INSTALL_DIR/data/txlog/*
|
||||
if test -f "$DIRNAME/version"; then
|
||||
ESB_ENTAXY_VERSION=`cat $DIRNAME/version`
|
||||
else
|
||||
ESB_ENTAXY_VERSION=1.0-SNAPSHOT
|
||||
ESB_ENTAXY_VERSION=1.8.0
|
||||
fi
|
||||
echo "Installing $ESB_ENTAXY_VERSION"
|
||||
|
||||
|
@ -27,7 +27,7 @@ DIRNAME="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||
if test -f "$DIRNAME/version"; then
|
||||
ESB_ENTAXY_VERSION=`cat $DIRNAME/version`
|
||||
else
|
||||
ESB_ENTAXY_VERSION=1.0-SNAPSHOT
|
||||
ESB_ENTAXY_VERSION=1.8.0
|
||||
fi
|
||||
echo "Create patch version $ESB_ENTAXY_VERSION"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# ~~~~~~/licensing~~~~~~
|
||||
###
|
||||
|
||||
# берет номер версии из файла version, если его нет то используется 1.0-SNAPSHOT
|
||||
# берет номер версии из файла version, если его нет то используется 1.8
|
||||
# если задан первый параметр чистит конфиги
|
||||
|
||||
DIRNAME="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||
@ -28,7 +28,7 @@ DIRNAME="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||
if test -f "$DIRNAME/version"; then
|
||||
ESB_ENTAXY_VERSION=`cat $DIRNAME/version`
|
||||
else
|
||||
ESB_ENTAXY_VERSION=1.0-SNAPSHOT
|
||||
ESB_ENTAXY_VERSION=1.8
|
||||
fi
|
||||
echo "Installing $ESB_ENTAXY_VERSION"
|
||||
|
||||
|
Reference in New Issue
Block a user