{"id":20356013,"url":"https://github.com/project-monai/monai-deploy-messaging","last_synced_at":"2025-09-07T06:05:01.905Z","repository":{"id":37859699,"uuid":"476067878","full_name":"Project-MONAI/monai-deploy-messaging","owner":"Project-MONAI","description":"MONAI Deploy communication system between clinical data pipelines components","archived":false,"fork":false,"pushed_at":"2025-03-24T22:54:33.000Z","size":794,"stargazers_count":4,"open_issues_count":8,"forks_count":1,"subscribers_count":14,"default_branch":"develop","last_synced_at":"2025-09-02T17:57:25.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Project-MONAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-30T22:14:29.000Z","updated_at":"2025-05-29T06:49:23.000Z","dependencies_parsed_at":"2023-11-07T17:41:56.301Z","dependency_job_id":"f191d634-b0f7-4f5c-ad19-7245b9144a3a","html_url":"https://github.com/Project-MONAI/monai-deploy-messaging","commit_stats":{"total_commits":187,"total_committers":15,"mean_commits":"12.466666666666667","dds":0.732620320855615,"last_synced_commit":"5ab1eea6124147aa42fdc2fce1026fa08589d864"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/Project-MONAI/monai-deploy-messaging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Project-MONAI%2Fmonai-deploy-messaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Project-MONAI%2Fmonai-deploy-messaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Project-MONAI%2Fmonai-deploy-messaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Project-MONAI%2Fmonai-deploy-messaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Project-MONAI","download_url":"https://codeload.github.com/Project-MONAI/monai-deploy-messaging/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Project-MONAI%2Fmonai-deploy-messaging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274001273,"owners_count":25205222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T23:14:45.091Z","updated_at":"2025-09-07T06:05:01.877Z","avatar_url":"https://github.com/Project-MONAI.png","language":"C#","readme":"\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/Project-MONAI/MONAI/dev/docs/images/MONAI-logo-color.png\" width=\"50%\" alt='project-monai'\u003e\n\u003c/p\u003e\n\n💡 If you want to know more about MONAI Deploy WG vision, overall structure, and guidelines, please read [MONAI Deploy](https://github.com/Project-MONAI/monai-deploy) first.\n\n# MONAI Deploy Messaging\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-green.svg)](LICENSE)\n[![codecov](https://codecov.io/gh/Project-MONAI/monai-deploy-messaging/branch/master/graph/badge.svg?token=a7lu3x6kEo)](https://codecov.io/gh/Project-MONAI/monai-deploy-messaging)\n[![ci](https://github.com/Project-MONAI/monai-deploy-messaging/actions/workflows/ci.yml/badge.svg)](https://github.com/Project-MONAI/monai-deploy-messaging/actions/workflows/ci.yml)\n[![Nuget](https://img.shields.io/nuget/dt/Monai.Deploy.Messaging?label=NuGet%20Download)](https://www.nuget.org/packages/Monai.Deploy.Messaging/)\n\nThe MONAI Deploy Messaging library for MONAI Deploy clinical data pipelines system enables users to extend the system to external message broker services by implementing the [IMessageBrokerPublisherService](src/Messaging/API/IMessageBrokerPublisherService.cs) and [IMessageBrokerSubscriberService](src/Messaging/API/IMessageBrokerSubscriberService.cs) APIs. The APIs allow the users to plug in any other message broker services, such as [Apache Kafka](https://kafka.apache.org/intro) and [Azure Service Bus](https://azure.microsoft.com/en-us/services/service-bus/).\n\nCurrently supported message broker services:\n\n- [RabbitMQ](https://www.rabbitmq.com/)*\n\n\\* Services provided may not be free or requires special license agreements. Please refer to the service providers' website for additional terms and conditions.\n\nIf you would like to use a message broker service not listed above, please file an [issue](https://github.com/Project-MONAI/monai-deploy-messaging/issues) and contribute to the repository.\n\n---\n\n## Installation\n\n### 1. Configure the Service\nTo use the MONAI Deploy Messaging library, install the [NuGet.Org](https://www.nuget.org/packages/Monai.Deploy.Messaging/) package and call the `AddMonaiDeployMessageBrokerSubscriberService(...)` and/or the `AddMonaiDeployMessageBrokerPublisherService(...)` method to register the dependencies:\n\n```csharp\nHost.CreateDefaultBuilder(args)\n    .ConfigureServices((hostContext, services) =\u003e\n    {\n        ...\n        // Register the subscriber service\n        services.AddMonaiDeployMessageBrokerSubscriberService(hostContext.Configuration.GetSection(\"InformaticsGateway:messaging:publisherServiceAssemblyName\").Value);\n\n        // Register the publisher service\n        services.AddMonaiDeployMessageBrokerPublisherService(hostContext.Configuration.GetSection(\"InformaticsGateway:messaging:subscriberServiceAssemblyName\").Value);\n        ...\n    });\n```\n\n### 2. Install the Plug-in\n\n1. Create a subdirectory named `plug-ins` in the directory where your main application is installed.\n2. Download the zipped plug-in of your choice and extract the files to the `plug-ins` directory.\n3. Update `appsettings.json` and set the `publisherServiceAssemblyName` and the `subscriberServiceAssemblyName`, e.g.:  \n   ```json\n    \"messaging\": {\n      \"publisherServiceAssemblyName\": \"Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessagePublisherService, Monai.Deploy.Messaging.RabbitMQ\",\n      \"publisherSettings\": {\n        ...\n      },\n      \"subscriberServiceAssemblyName\": \"Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessageSubscriberService, Monai.Deploy.Messaging.RabbitMQ\",\n      \"subscriberSettings\": {\n        ...\n      }\n    },\n   ```\n\n\n### 3. Restrict Acess to the Plug-ins Directory\n\nTo avoid tampering of the plug-ins, it is recommended to set access rights to the plug-ins directory.\n\n---\n\n## Releases\n\nThe MONAI Deploy Messaging library is released in NuGet format, which is available on both [NuGet.Org](https://www.nuget.org/packages/Monai.Deploy.Messaging/) and [GitHub](https://github.com/Project-MONAI/monai-deploy-messaging/packages/1365839).\n\n### Official Builds\n\nOfficial builds are made from the `main` branch.\n\n### RC Builds\n\nRelease candidates are built and released from the `release/*` branches.\n\n### Development Builds\n\nDevelopment builds are made from all branches except the `main` branch and the `release/*` branches. The NuGet packages are released to [GitHub](https://github.com/Project-MONAI/monai-deploy-messaging/packages/1365839) only.\n\n## Contributing\n\nFor guidance on contributing to MONAI Deploy Messaging, see the [contributing guidelines](https://github.com/Project-MONAI/monai-deploy/blob/main/CONTRIBUTING.md).\n\nJoin the conversation on Twitter [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9).\n\nAsk and answer questions over on [MONAI Deploy Messaging's GitHub Discussions tab](https://github.com/Project-MONAI/monai-deploy-messaging/discussions).\n\n## License\n\nCopyright (c) MONAI Consortium. All rights reserved.\nLicensed under the [Apache-2.0](LICENSE) license.\n\nThis software uses the Microsoft .NET 6.0 library, and the use of this software is subject to the [Microsoft software license terms](https://dotnet.microsoft.com/en-us/dotnet_library_license.htm).\n\nBy downloading this software, you agree to the license terms \u0026 all licenses listed on the [third-party licenses](third-party-licenses.md) page.\n\n## Links\n\n- Website: \u003chttps://monai.io\u003e\n- Code: \u003chttps://github.com/Project-MONAI/monai-deploy-messaging\u003e\n- Project tracker: \u003chttps://github.com/Project-MONAI/monai-deploy-messaging/projects\u003e\n- Issue tracker: \u003chttps://github.com/Project-MONAI/monai-deploy-messaging/issues\u003e\n- Test status: \u003chttps://github.com/Project-MONAI/monai-deploy-messaging/actions\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-monai%2Fmonai-deploy-messaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-monai%2Fmonai-deploy-messaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-monai%2Fmonai-deploy-messaging/lists"}