Skip to content

RabbitMQ is a message-queueing software also known as a message broker or queue manager. Simply said; it is software where queues are defined, to which applications connect in order to transfer a message or messages.

License

Notifications You must be signed in to change notification settings

cihatsolak/netcore-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NET CORE - RabbitMQ

image

We can respond quickly to requests coming with rabbitmq queuing system. There are three libraries and web MVC projects in total within the project. It has basic components such as consumer and publisher, queue and exchange. We store the incoming request in the queue in order not to keep users waiting for long processes. According to the state of the consumer, the processes in the queue are made by taking them in order. We can customize queue systems with the routeKey value. In addition, we can determine the workloads of our consumers according to their situations.

Libraries

image

Installed Packages (RabbitMQ.Consumer)

  • RabbitMQ.Client

Installed Packages (RabbitMQ.Publisher)

  • RabbitMQ.Client

Installed Packages (WebConsumer)

  • RabbitMQ.Client
  • Spire.Doc
  • System.Security.Permissions

Installed Packages (WebPublisher)

  • RabbitMQ.Client
  • Microsoft.VisualStudio.Web.CodeGeneration.Design

Contact Addresses

About

RabbitMQ is a message-queueing software also known as a message broker or queue manager. Simply said; it is software where queues are defined, to which applications connect in order to transfer a message or messages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published