/rabbitmq-publishexcel

It is an example project for using rabbitmq and worker service together. Direct exchange is used on rabbitmq side. On the consumer side, messages were received from the queue with the worker service. After the task given asynchronously in the worker service, it was reported to rabbitmq.

Primary LanguageC#MIT LicenseMIT

NET 5 - RabbitMQ Publish Excel

There is a vehicle list table in the user's database. According to the user's request, the data in this table are converted to an excel file. In the web project, the request to convert to Excel is directed to the worker service. The worker service notifies the request to the web project again after it has been processed. After the notification on the web side, the user is notified with sweet alert with signalR.

Screenshot_1

Libraries

asdasdasd

Installed Packages (PublishExcel.Shared)

  • No packages found.

Installed Packages (PublishExcel.Web)

  • Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EntityFrameworkCore.Tools
  • Microsoft.VisualStudio.Web.CodeGeneration.Design
  • RabbitMQ.Client
  • Microsoft.AspNetCore.Identity.EntityFrameworkCore

Installed Packages (PublishExcel.WorkerService)

  • ClosedXML
  • Microsoft.EntityFrameworkCore
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EntityFrameworkCore.Tools
  • Microsoft.Extensions.Hosting
  • RabbitMQ.Client

Contact Addresses