Assume I have a Queue with a DLQ, no redelivery. (Runtime) Exceptions during the processing of a message (in an MDB) cause the message to be sent to the DLQ, so I can decide how to deal with it. So fa
I\'m trying to create a dead letter queue service in wcf with following service configuration: <service name=\"NotificationDeadLetterQueueService\">
I\'m trying to create a service reading the dead-letter from the transactional system dead letter queue.