Skip to content

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.

License

Notifications You must be signed in to change notification settings

cihatsolak/rabbitmq-publishexcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published