简体   繁体   English

Azure 服务总线队列

[英]Azure Service Bus queues

I'm new to azure cloud and my assignments requires me to implement service bus queues.我是 azure 云的新手,我的任务要求我实现服务总线队列。

Question: Implement the Service Bus queues in your application.问题:在您的应用程序中实现服务总线队列。 By using the queues and Service Bus, you will be able to manage the communication between the N-tier applications in Azure.通过使用队列和服务总线,您将能够管理 Azure 中 N 层应用程序之间的通信。

I have made a library management system using .net C# and not in MVC.我使用 .net C# 而不是在 MVC 中制作了一个图书馆管理系统。 and deployed it in the cloud.并将其部署在云端。 I don't know how to implement it.我不知道如何实现它。

Do i need to make new project for service bus or can i implement it on the existing system.我需要为服务总线创建新项目还是可以在现有系统上实现它。 I have made a form page with Fullname, Email, Subject and Message Box.我制作了一个带有全名、Email、主题和消息框的表单页面。 there is submit Button and onclick event can i implement service bus queue?有提交按钮和 onclick 事件我可以实现服务总线队列吗? help please.请帮忙。 Thank you for time.谢谢你的时间。 Sorry for asking question in unclear manner.很抱歉以不清楚的方式提问。 New to stackoverflow.新的stackoverflow。

I believe you have already create the service bus queue, still you may check https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quickstart-portal for your reference.我相信您已经创建了服务总线队列,您仍然可以查看https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quickstart-portal以供参考。

Then, you need to leverage the nuget pacakges in your project so that you can send messages to and receive messages from a Service Bus queue: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues然后,您需要在项目中利用 nuget 包,以便您可以向服务总线队列发送消息和从服务总线队列接收消息: https://docs.microsoft.com/en-us/azure/service-bus-messaging/ service-bus-dotnet-get-started-with-queues

For more related details: https://github.com/toddkitta/azure-content/blob/master/articles/service-bus/service-bus-dotnet-how-to-use-queues.md更多相关细节: https://github.com/toddkitta/azure-content/blob/master/articles/service-bus/service-bus-dotnet-how-to-use-queues.md

https://www.c-sharpcorner.com/article/azure-service-bus-queues/ https://www.c-sharpcorner.com/article/azure-service-bus-queues/

https://www.c-sharpcorner.com/article/azure-service-bus-and-queue-implementation-using-c-sharp-small-intro-and-sample-app/ https://www.c-sharpcorner.com/article/azure-service-bus-and-queue-implementation-using-c-sharp-small-intro-and-sample-app/

https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.Messaging.ServiceBus/7.0.0-preview.1/api/index.html https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.Messaging.ServiceBus/7.0.0-preview.1/api/index.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM