I have a WPF app that uses WCF (duplex netMsmqBinding) to talk to a self-hosted service app in our domain.
I\'d like to use WCF+MSMQ(netMsmqBinding) and I was wondering if I\'d need to install anything MSMQ related at the client side, other than my client application and the .NET framewo开发者_StackOverflo
I\'m using a WCF Service with netMsmqBinding and WAS.Everything seems to work well (including remote posting to the queue thanks to stackoverflow community:)).
We are are thinking how to monitor MSMQ queues that are used from WCF services (with net.msmq binding). Searching for alternatives like Journals, triggers or Administration queue, the last one seems t
We are building a common WCF Service which is being used by two different typ开发者_运维百科es of clients, ones which will use the normal Two way http binding, while the other ones will use the MSMQ b
I am using the netMsmqBinding with a transactional queue, and although the WCF service is called without problems, the service is throwing a MsmqException just 60 seconds after the message is processe
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
I have a service that responds to messages on an MSMQ, using WCF. When the message is well formatted, it works as normal, and we\'re happy. When the message is intended for a different service, and th
Is there any way to check if a public MSMQ is empty? For a private MSMQ it\'s easy: private bool IsQueueEmpty(string path)
I am seeing a problem where I send large messages over wcf net.msmq using protobuf-net and get the following error: