architectureDocumentation.adoc angepasst
diff --git a/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc b/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc
index 199f478..d573a4d 100644
--- a/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc
+++ b/src/main/asciidoc/architectureDocumentation/architectureDocumentation.adoc
@@ -14,23 +14,20 @@
 ////
 
 = openKonsequenz - Architecture of the module 'Grid Failure Information'
-
+Frank Dietrich <frank.dietrich@pta.de>; Simon Reis <simon.reis@pta.de>
+:revnumber: 0.11
+:revdate: 19-05-2020
+:revremark:  Inital Draft
 <<<
 
 Based on the ARC42-Template (v7.0):
 
-* Version: 0.1
-* Date: 24.03.2020
-* Status: Inital Draft
+* Version: {revnumber}
+* Date: {revdate}
+* Status: {revremark}
 
 <<<
 
-:Author: Frank Dietrich
-:Email: frank.dietrich@pta.de
-
-:Date: 2020-03-24
-:Revision: 1
-
 :icons:
 :source-highlighter: highlightjs
 :highlightjs-theme: solarized_dark
@@ -787,6 +784,34 @@
 Please refer to the subproject "*test Import Grid Failures*" of the backend repository, for an example for
 sending Data over the message queue.
 
+Complete Json example:
+[source,json]
+----
+{
+    "metaId": "b5398ae8-a53c-4a8f-82c2-ffaf2f4b379f",
+    "source": "stoerd",
+    "description": "Beschreibung Test (not mandatory)",
+    "payload": {
+        "branch": "S",
+        "city": "Chicago",
+        "description": "failure in the system",
+        "district": "",
+        "failureBegin": "2020-11-19T14:13:15.666Z",
+        "housenumber": "10b",
+        "latitude": 12.345,
+        "longitude": 44,
+        "planned": true,
+        "postcode": "3456",
+        "pressureLevel": null,
+        "radiusInMeters": 678,
+        "stationDescription": null,
+        "stationId": null,
+        "street": "Downstreet",
+        "voltageLevel": "HS"
+    }
+}
+----
+
 === Deployment of the application components
 
 ==== Deployment of the frontend
@@ -840,9 +865,12 @@
 * *rabbitmq.port* Port of the RabbitMQ-Server (for example "5672")
 * *rabbitmq.username* Username for the technical RabbitMQ user
 * *rabbitmq.password* Password the the technical RabbitMQ user
-* *rabbitmq.queuename* Queuename for the import queue (will be created by the backend)
-* *rabbitmq.routingkey* Routing key for the import queue
-* *rabbitmq.exchangename*: Exchange name for the import queue
+* *rabbitmq.import_exchange*: Exchange name for the import queue
+* *rabbitmq.failure_import_queue* Queuename for the import queue (will be created by the backend)
+* *rabbitmq.failure_import_routingkey* Routing key for the import queue
+* *rabbitmq.export_exchange*: Exchange name for the export queue
+* *rabbitmq.mail_export_queue*: Queuename for the export queue (will be created by the backend)
+* *rabbitmq.mail_export_routingkey*: Exchange name for the export queue
 
 _Credentials(Username and Password)_