DefaultPropertiesToSend.AdministrationQueue 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메시지 큐에서 생성한 승인 메시지를 받는 큐를 가져오거나 설정합니다.
public:
property System::Messaging::MessageQueue ^ AdministrationQueue { System::Messaging::MessageQueue ^ get(); void set(System::Messaging::MessageQueue ^ value); };
[System.Messaging.MessagingDescription("MsgAdministrationQueue")]
public System.Messaging.MessageQueue AdministrationQueue { get; set; }
[<System.Messaging.MessagingDescription("MsgAdministrationQueue")>]
member this.AdministrationQueue : System.Messaging.MessageQueue with get, set
Public Property AdministrationQueue As MessageQueue
속성 값
시스템에서 생성한 승인 메시지에 사용되는 관리 큐를 지정하는 MessageQueue입니다. 기본값은 null
입니다.
- 특성
설명
지정 된 큐는 AdministrationQueue 속성 비트랜잭션 큐를 사용할 수 있습니다. 관리 큐에 보낸 승인 메시지 원본 메시지가 대상 큐에 도달 하는 여부 및 메시지가 큐에서 제거 되었는지 여부를 나타낼 수 있습니다.
경우는 AcknowledgeType 속성에 모든 값이 아닌 다른 None
, 보내는 애플리케이션에서 관리 큐로 사용할 큐를 지정 해야 합니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET