A repository for the .NET implementation of the Distributed Message Room (DMR) component in the Bürokratt project.
This implementation of DMR will take routing requests and return 202 Accepted. Processing of these requests will occur asynchronously of the routing request.
Configuration settings are as follows:
Current appsettings.json
"DmrServiceSettings": {
"CentOpsUri": "http://127.0.0.1:8080",
"CentOpsApiKey": "<PARTICIPANT KEY CREATED BY CENTOPS ADMIN>",
}
Name | Description |
---|---|
CentOpsUri | Endpoint of the CentOps service. |
CentOpsApiKey | The Participant API Key created by CentOps Administrator. |
Find notes on the .NET implementation of the DMR here.