From 1bd55c206a6a60e5afbc497d7c1b00646b6d2526 Mon Sep 17 00:00:00 2001 From: Jens Kristian Villadsen Date: Mon, 5 Aug 2024 09:10:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33e9444..cded1df 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ While this project shows how you can use many parts of the HAPI FHIR framework t 1) The service comes with no security implementation. See how it can be done at https://hapifhir.io/hapi-fhir/docs/security/introduction.html 2) The service comes with no enterprise logging. See how it can be done at https://hapifhir.io/hapi-fhir/docs/security/balp_interceptor.html -3) The internal topic cache used by subscriptions in HAPI FHIR are not shared across multiple instances as the [default supplied implementation is in-mem only](https://github.com/hapifhir/hapi-fhir/blob/master/hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/topic/ActiveSubscriptionTopicCache.java). -4) The internal message bus used to communicate between instances in HAPI FHIR are not shared across multiple instances as the [default supplied implementation is in-mem only](https://github.com/hapifhir/hapi-fhir/blob/master/hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/subscription/channel/api/IChannelFactory.java). +3) The internal topic cache used by subscriptions in HAPI FHIR are not shared across multiple instances as the [default supplied implementation is in-mem](https://github.com/hapifhir/hapi-fhir/blob/master/hapi-fhir-jpaserver-subscription/src/main/java/ca/uhn/fhir/jpa/topic/ActiveSubscriptionTopicCache.java). +4) The internal message broker channel in HAPI FHIR is not shared across multiple instances as the [default supplied implementation is in-mem](https://github.com/hapifhir/hapi-fhir/blob/master/hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/subscription/channel/api/IChannelFactory.java). This impacts the use of modules listed [here](https://smilecdr.com/docs/installation/message_broker.html#modules-dependent-on-message-brokers). Need Help? Please see: https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help