Ali-Masaeli / 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.

Home Page:https://medium.com/ltunes/k%C4%B1demli-tav%C5%9Fan-rabbitmq-4c65b03f95c9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://medium.com/ltunes/k%C4%B1demli-tav%C5%9Fan-rabbitmq-4c65b03f95c9

License:MIT License


Languages

Language:C# 84.1%Language:HTML 13.2%Language:CSS 2.3%Language:JavaScript 0.4%