aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/main
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-13 13:06:52 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-13 13:06:52 +0200
commit226f1281ff1c66031c52040e3558ecabddbd6253 (patch)
treeaa2aebbeaba16fc7da583e25cec389575632e73d /aai-resources/src/main
parentc81c5c8acc03f043a6ed545999a93eb5810039b9 (diff)
Upgrade aai-common dependency to 1.15.1-SNAPSHOT
- get rid of ActiveMQ (which was part of the eventing) - now really use Janusgraph 1.0 Issue-ID: AAI-4017 Change-Id: Icfe166b96bee5d2ffad3f3cd3d67e8a286424bfc Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/src/main')
-rw-r--r--aai-resources/src/main/resources/application.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties
index f4eccca3..204197c7 100644
--- a/aai-resources/src/main/resources/application.properties
+++ b/aai-resources/src/main/resources/application.properties
@@ -55,9 +55,6 @@ server.ssl.key-store-type=JKS
null.db.serialization.enabled=true
-# JMS bind address host port
-jms.bind.address=tcp://localhost:61647
-
# dmaap is deprecated and now replaced with kafka
# dmaap.ribbon.listOfServers=localhost:3904
spring.kafka.producer.bootstrap-servers=${BOOTSTRAP_SERVERS}
@@ -161,3 +158,5 @@ AJSC_HOME=./
# this does the same as the /echo endpoint,
# but doesn't show up in micrometer metrics
aai.actuator.echo.enabled=false
+
+aai.notifications.enabled=false