2

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.Messaging.MessageQueueException saying "Invalid queue path name". What is wrong in the transactional system dead letter queue adress? I can not find any other examples in the net.

Bo Persson
  • 90,663
  • 31
  • 146
  • 203
Enyra
  • 17,542
  • 12
  • 35
  • 44
  • no the service does not use a configured netMsmqBinding – Enyra Mar 02 '10 at 14:50
  • The exception is thrown at the queue verification and I found out, that the queue verification is only made for private queues and doe snot work with "$" in the address. – Enyra Mar 02 '10 at 14:52

0 Answers0