implemented rabbitmq message broker support (publisher)

This commit is contained in:
2026-02-13 23:40:54 +01:00
parent ff2daa64b5
commit e2db689888
6 changed files with 100 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
<PackageReference Include="RabbitMQ.Client" Version="7.2.0" />
</ItemGroup>
<ItemGroup>