Is MSMQ compatible with non .NET platforms? I have an MSMQ service hosted by IIS for HTTP support, and would like to see if an SAP system is able to access it. Is it possible for an SAP system to use/call a MSMQ HTTP service?
I have attempted to use SoapUI to test the MSMQ HTTP service as well, but I keep getting an error with a status of "Bad Request" in the HTTP response. I have no problems with C# clients who send messages to the queue with the endpoint "FormatName:DIRECT=http:////msmq/Private$/". With SoapUI, I had to remove the FormatName:DIRECT from the endpoint otherwise SoapUI wouldnt understand or do anything with it.
My MSMQ service is a C# .NET 4.0 system, using the System.Messaging library to create and read from the queue.