이 코드를 실행할 때 다음 오류 메시지가 나타나지만 sql에서 nservicebus (msmq) 대기열로 메시지를 푸시 아웃하기 위해 계약을 작성하려고합니다! 왜 내가 이걸 얻었는데? 감사합니다, 제임스서비스 브로커 계약 권한을 생성합니다
CREATE CONTRACT [NServiceBusSendMessageContract]
(
[NServiceBusSendMessage] SENT BY ANY
)
Msg 15151, Level 16, State 1, Line 1
Cannot find the message type 'NServiceBusSendMessage', because it does not exist or you do not have permission.
SQL Server Service Broker를 의미한다고 생각할 수 있습니까? – RBarryYoung
감사합니다. 그렇습니다. SQL 서비스 브로커입니다. –