-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Dear ladies and sirs.
This question is related to this one.
Given that WCF binding uses net.msmq:// URL, for instance net.msmq://server/private/nc_queue, how can one know what is the actual MSMQ address to which this URL is translated? Is there some kind of a trace that can be activated? Or an external…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Iam new to .Net and working on MSMQ
I want to check whether the body of a message receives is valid or not , so I am doing a validation " msmqMessage.Body == null " , but this throws exception .
I also found that the bodytype is 0 when this happens other wise it will be 768
So is it ok to check…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am developing in Visual C++ 2008 using MSMQ. In Windows Vista, the application cannot locate the mqrt.dll which is found at C:\Windows\winsxscd x86_microsoft-windows-msmq-runtime-core_31bf3856ad364e35_6.
0.6002.18005_none_574cf1cdb624ee17\mqrt.dll.
The description of the manifest in WinSxS is:
<assembly…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
I'm starting off the blog with a discussion of an unusual problem that has hit a couple of my customers this month. It's not a problem you'd expect to bump into and the solution is potentially painful.
Scenario
You want to make use of the HTTP protocol to send MSMQ messages from one machine to another…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
Hi,
I'd like to set up a cache of database objects (i.e. rows in a table) in memory in silverlight, which I'll do using WCF and linq-to-sql. Once I have the objects in memory, I'm planning on using MSMQ to receive new objects whenever they have been modified. It's a somewhat complex approach but…
>>> More