release version 1.10.0
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
{
|
||||
"connections": [
|
||||
{
|
||||
"factoryId": "artemis-connection",
|
||||
"objectId": "entaxy-broker",
|
||||
"properties": {
|
||||
"connectionString": "(tcp://localhost:61616)",
|
||||
"camel_username": "entaxy",
|
||||
"camel_password": "entaxy",
|
||||
"isPlatform": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user