msmq
MSMQ + WCF in a hosted environment
We have several systems that we\'re going to switch to use some typ开发者_如何学运维e of reliable architecture and using messaging is how we want to do it.[详细]
2023-02-25 03:29 分类:问答Using c#, how to extract propertybags created in vb6 sent via MSMQ
I have a legacy application written in vb6 which produces MSMQ messages. The body of these MSMQ messages contain PropertyBags.[详细]
2023-02-25 02:03 分类:问答How to send message to remote queue without saving messages in outgoing queue while remote machine is not connected?
I have a remote mac开发者_如何转开发hine that has a private queue and the server sends these messages to the remote queue. This is working fine. The issue is when the remote machine is not connected t[详细]
2023-02-22 22:02 分类:问答Cannot seem to fix "The protocol 'net.msmq' does not have an implementation of HostedTransportConfiguration type registered."
I am running on Windows 7/IIS 7.5, and have a web service set up to use net.msmq, but when I attempt to access the service using HTTP, I get the following error:[详细]
2023-02-22 03:41 分类:问答WCF MSMQ service not retrying when using transactional
I have a wcf service that I am hosting within a windows service on a windows 2003 server that is listening on a MSMQ queue.I set the ReceiveRetryCount = 2 on the netmsmqbinding.The service was setup t[详细]
2023-02-21 10:43 分类:问答Can I use a separate object to contain a Server Reference?
I am creating a logging object that will take all logs sent to it and, via WCF and MSMQ (netMsmqBinding), send them over to our database. This logging object has a Service Reference to the LoggingHost[详细]
2023-02-20 07:59 分类:问答WCF over MSMQ binding. How do I detect when a message is moved to the poison queue?
I am running a WCF client that invokes a WCF service via an MsmqBinding. Framework is .Net 4.0, client and server runs on Windows Server 2008 R2.[详细]
2023-02-19 12:33 分类:问答MSMQ, distributed topology, pubsub - queue config question
I am trying to set up a pub sub using msmq and rhino.esb. I have the publisher on one server and the subscriber on the other. When running locally with everything set to localhost it works fine.[详细]
2023-02-19 05:02 分类:问答Proper use of Message Queue on 2008R2
I am not a programmer but I am trying to help them out by giving them some guidance.We no longer have any in house expertise on msmq.We are trying to use this to integrate some functions with a schedu[详细]
2023-02-19 03:05 分类:问答Asynchronous communication with WCF
I am developing a generic logging object which will be used within all of our future applications. It will s开发者_C百科ubmit a log to MSMQ, which will then asynchronously send it off to our server th[详细]
2023-02-19 01:28 分类:问答