You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CloudNativeDeployment.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,5 +40,8 @@ The following list outlines each micro-service, the jar file that comprises the
40
40
41
41
| Service | Jar File | Description |
42
42
| :--- | :--- | :--- |
43
-
| Config Sevice |[config-service.jar](https://repo.maven.apache.org/maven2/org/nhind/config-service/8.1.0/config-service-8.1.0.jar)| Holds configuration service for the HISP such as domains, DNS entries, trust bundles, and certificates. |
44
-
43
+
| Config Sevice |[config-service.jar](https://repo.maven.apache.org/maven2/org/nhind/config-service/8.1.0/config-service-8.1.0.jar)| Holds configuration service for the HISP such as domains, DNS entries, trust bundles, and certificates. |
44
+
| Config UI |[config-ui.war](https://repo.maven.apache.org/maven2/org/nhind/config-ui/8.1.0/config-ui-8.1.0.war)| Front end web UI application to configure the HISP including domains, DNS enttires, trust bundles, and certificates. |
45
+
| Message Monitor |[direct-msg-monitor-sboot.jar](https://repo.maven.apache.org/maven2/org/nhind/direct-msg-monitor-sboot/8.1.0/direct-msg-monitor-sboot-8.1.0.jar)| Tracks the status of notifications of Direct messages and generates error messages if required notifications are not received. Notification statuses are sent from other micro-services (STA and James) via the message broker (eg. RabbitMQ) |
46
+
| SMTP/MQ Gateway |[direct-smtp-mq-gateway.jar](https://repo.maven.apache.org/maven2/org/nhind/direct-smtp-mq-gateway/8.1.0/direct-smtp-mq-gateway-8.1.0.jar)| Externaly facing SMTP server intented to receive Direct messages from external HISPs. It forwards Direct messgaes into the message processing stream via the system's message broker. **NOTE** This SMTP server does not providce comercial capability such as anti spam filters or malware detection. It may be advisable to front this SMTP server by a commercial SMTP if you have needs for commercial capabilities to control of incoming messages. |
47
+
| Security and Trust Agent |[direct-sta-sboot.jar]([config-service-8.1.0.jar](https://repo.maven.apache.org/maven2/org/nhind/direct-sta-sboot/8.1.0/direct-sta-sboot-8.1.0.jar))| Executes the main security and trust agent logic as define the Direct specification. Also handlels processing XD stepping an d forwarding processed messages to either external HISPs or internal final destination depending of the sender and receiver of the messages. |
0 commit comments