你的位置: 码友网首页 / 资讯源列表 / How to Use RabbitMQ in ASP.NET Core

关于[How to Use RabbitMQ in ASP.NET Core]的摘要:

In this article, we are going to take a look at using a message broker, RabbitMQ, with an ASP.NET Core Web API application. Message brokers are applications that allow other applications to send and receive messages in an asynchronous manner. As a result of this, we can build highly scalable, decoupled applications that don’t rely on synchronous actions, such as HTTP, to communicate. We can use any binary encoded data as a message to send between one application to another.

原文地址: https://code-maze.com/aspnetcore-rabbitmq/

收录时间: 2022-03-05 浏览量: 1800 分类: ASP.NET Core

| 0 收藏 | 0