dead-letter
Reason why a message was put to a DLQ in JBoss
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[详细]
2023-02-13 04:40 分类:问答Reading the transactional dead-letter queue by wcf
I\'m trying to create a dead letter queue service in wcf with following service configuration: <service name=\"NotificationDeadLetterQueueService\">[详细]
2022-12-22 03:09 分类:问答How to create a WCF dead-letter service for MSMQ3.0
I\'m trying to create a service reading the dead-letter from the transactional system dead letter queue.[详细]
2022-12-21 22:58 分类:问答