release version 1.10.0

This commit is contained in:
2024-12-14 04:07:49 +03:00
parent a5088587f7
commit c6b3d793c4
1916 changed files with 254306 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"connections": [
{
"factoryId": "artemis-connection",
"objectId": "entaxy-broker",
"properties": {
"connectionString": "(tcp://localhost:61616)",
"camel_username": "entaxy",
"camel_password": "entaxy",
"isPlatform": true
}
}
]
}

View File

@ -0,0 +1,20 @@
{
"connections": [
{
"factoryId": "jdbc-connection",
"objectId": "entaxy-db-storage",
"properties": {
"dataSourceName": "entaxy.esb.storage",
"isPlatform": true
}
},
{
"factoryId": "jdbc-connection",
"objectId": "entaxy-db-cache",
"properties": {
"dataSourceName": "entaxy.esb.cache",
"isPlatform": true
}
}
]
}