Skip to content

Commit 39f9542

Browse files
authored
Update CloudNativeDeployment.md
Adding additional components to CloudNative table component list.
1 parent 02e723c commit 39f9542

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CloudNativeDeployment.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ The following list outlines each micro-service, the jar file that comprises the
4040

4141
| Service | Jar File | Description |
4242
| :--- | :--- | :--- |
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

Comments
 (0)