2

次のサービス構成を使用して、wcf で配信不能キュー サービスを作成しようとしています。

<service name="NotificationDeadLetterQueueService">
 <endpoint
  address="net.msmq://localhost/system$;DeadXact"
  binding="netMsmqBinding"
  contract="INotificationService"
/>
</service>

サービス ホストを開始すると、「無効なキュー パス名」という System.Messaging.MessageQueueException が発生します。トランザクション システムのデッド レター キュー アドレスの何が問題になっていますか? ネットで他の例を見つけることができません。

4

0 に答える 0