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.
I have a legacy application written in vb6 which produces MSMQ messages. The body of these MSMQ messages contain PropertyBags.
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
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:
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
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
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.
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.
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
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