Reading the transactional dead-letter queue by wcf
Hello, I'm trying to create a dead letter queue service in wcf with following service configuration: <service name="NotificationDeadLetterQueueService"> <endpoint address="net.msmq://localhost/system$;DeadXact" binding="netMsmqBinding" contract="INotificationService" /> </service> If I start the service host, I get a System.Me...