msmq-wcf
Given net.msmq Address, How Do I Check if this Queue Exists?
I have a service, which inserts stuff into MSMQ via WCF. However, it can be a long time before any messages are inserted into the queue, which is when the error for a non-existing queue would occur.[详细]
2023-04-06 06:32 分类:问答MSMQ - how to Communicate between two application
I started looking into MSMQ very recently so i have basic doubts . If two application needs to communicate lets say server and client I think both will share the same MQ address and when the clien开发[详细]
2023-02-25 12:56 分类:问答Can a WCF service object implementing a contract for a net.msmq endpoint also implement a callback contract for a net.tcp endpoint?
Trying to implement a MSMQ-backed WCF PubSub. I understand that net.msmq is one-way; however when I use a single service object to implement the net.msmq endpoint for reading from the underlying queue[详细]
2023-02-14 03:53 分类:问答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 分类:问答