views:

10

answers:

0

Hi folk,

I have a distributed application system using msmq3.0 in multiple parts, containing an application server, a notification distribution service and some clients. The application server and the notification distribution service observe both the system transactional dead letter queue.

In a distributed deployment everything works fine, but if a deploy the whole system on one PC, I get a weird problem. The dead letter handling of the application server works correct, but the notification distribution service get only invoked with every second dead letter, the others just vanishes from the queue.

Does anyone know any hints what that could be? It seems like something fetches the dead letters before the dead letter handling service get invoked, but it is not the dead letter handling service from the application server.

Thanks for help, Enyra