Anpassungen
diff --git a/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc b/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc
index 02ecf43..1672714 100644
--- a/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc
+++ b/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc
@@ -672,6 +672,7 @@
Controller --> Service
Service --> Repository
Repository --> Model
+
}
node DBMS {
@@ -747,11 +748,13 @@
to setup the RabbitMQ configuration correctly.
A client, that wants to use the message queue to import data, has to use
-the correct queue/channel configuration. In addition, the following values must be entered as message headers:
+the correct queue/channel configuration. In addition, the following values must be entered as message headers:
+
* "*metaId*" Unique id out of the foreign system.
For each metaId from an external system
only one failure information object is ever created. If an existing metaId is sent again,
the existing object is updated in the GridFailureInformation system.
+
* "*source*" Short description of the external system, the message comes from.
* "*description*" Short description of the message (not mandatory)
* "*payload*" The message payload is the string of the message JSON