netmsmqbinding
WCF error 0xc00e0069 (MQ_ERROR_REMOTE_MACHINE_NOT_AVAILABLE)
I have a WPF app that uses WCF (duplex netMsmqBinding) to talk to a self-hosted service app in our domain.[详细]
2023-04-11 16:28 分类:问答Does WCF's netMsmqBinding requires any MSMQ package installation at the client side?
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[详细]
2023-04-03 14:11 分类:问答WCF MsmqBinding WAS : Listener try to match every queue to a service
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:)).[详细]
2023-04-02 11:33 分类:问答Is there a way to set AdministrationQueue property when using net.msmq (MSMQ) binding on WCF?
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[详细]
2023-03-26 11:13 分类:问答MSMQ to WCF, enabling Two Way Communication
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[详细]
2023-03-25 02:33 分类:问答MsmqException (0xC00E0051) after 60 seconds
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[详细]
2023-03-20 17:26 分类:问答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 分类:问答MSMQ thru WCF is swallowing badly formatted messages, no errors, no warnings
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[详细]
2023-01-18 21:05 分类:问答How to check if public MSMQ is empty
Is there any way to check if a public MSMQ is empty? For a private MSMQ it\'s easy: private bool IsQueueEmpty(string path)[详细]
2023-01-15 09:48 分类:问答Anyone seen this problem with protobuf-net over net.msmq
I am seeing a problem where I send large messages over wcf net.msmq using protobuf-net and get the following error:[详细]
2023-01-13 21:43 分类:问答