MSMQ Changing Transaction Mode

Is your MSMQ writer up and running? Is the queue ending up with 0 messages? Getting no error messages? It could be because your reader and queue has changed scemantics and that the queue is no longer transactional! No errors and no messages. So, don't do what I did and forget to change both reader and writer if you are ever reconfiguring a queue from/to transactional.

Comments

Popular posts from this blog

Auto Mapper and Record Types - will they blend?

Unit testing your Azure functions - part 2: Queues and Blobs

Testing WCF services with user credentials and binary endpoints