.net core에 MSMQ는 사라지는 가봐요
by happynuri 2024. 5. 20. 17:39
https://learn.microsoft.com/en-us/answers/questions/938116/msmq-in-net-6
MSMQ in .NET 6 - Microsoft Q&A
In.NET 6 (C# 10), I'm creating a console/worker service. In order to store and retrieve messages, I intend to use Microsoft Message Queuing. Like when one service queues up a message and another service retrieves it from the queue. Recently, I read that…
learn.microsoft.com
MSMQ는 컴퓨터 관리에 들어 있는 부분인데 완전히 버리는 것은 아니고
Experimental.System.Messaging 을 누겟으로 설치하면
기존의 MSMQ를 사용은 할 수 있으나, Queue를 생성하고 권한을 추가 하던 부분은 안되고 생성만 된다던가
한정적으로 사용할 수 있도록 되었다.
댓글 영역