Archetypes - Blank messaging broker url

Add a non persistent localhost messaging broker url to avoid
ACS 6.1 enterprise to get stuck waiting for the ActiveMQ service
that it is not configured in the SDK generated projects.

A new documentation article will be created to show how to configure
the transformation service with docker for ACS 6.1 enterprise.
This commit is contained in:
Jose Luis Osorno 2019-01-04 14:14:33 +01:00
parent 48a3eb6d7d
commit a97975acec
3 changed files with 9 additions and 2 deletions

View File

@ -76,4 +76,7 @@ db.url=jdbc:postgresql://${rootArtifactId}-postgres:5432/alfresco
cifs.enabled=false
ftp.enabled=false
csrf.filter.enabled=false
csrf.filter.enabled=false
# Embedded broker without persistence
messaging.broker.url=vm://localhost?broker.persistent=false

View File

@ -76,4 +76,7 @@ db.url=jdbc:postgresql://${rootArtifactId}-postgres:5432/alfresco
cifs.enabled=false
ftp.enabled=false
csrf.filter.enabled=false
csrf.filter.enabled=false
# Embedded broker without persistence
messaging.broker.url=vm://localhost?broker.persistent=false

View File

@ -27,6 +27,7 @@ services:
-Dsolr.base.url=/solr
-Dindex.subsystem.name=solr6
-Dcsrf.filter.enabled=false
-Dmessaging.broker.url=\"vm://localhost?broker.persistent=false\"
"
ports:
- "${symbol_dollar}{acs.port}:8080"