프로그래밍/C#

C# RabbitMQ Client

bluecandyg 2021. 6. 30. 13:30

 

* Install

https://www.nuget.org/packages/RabbitMQ.Client

PM > Install-Package RabbitMQ.Client -Version 6.2.2
PM > Install-package Newtonsoft.Json

 

* C# Document

https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html

 

* Sample

https://happynotepad.tistory.com/11

 

 

 

 

 

 

 

 

 

 

 

'프로그래밍 > C#' 카테고리의 다른 글

Get Client IP Address in C#  (0) 2022.08.17
Create Folder on FTP Server in C#  (0) 2022.08.17
HttpUtility.HtmlDecode  (0) 2021.06.22
Windows Installer 에서 특정파일 자동복구 기능 중지  (0) 2021.04.01
C# Socket Client Example  (0) 2021.03.17