I am trying to implement publisher - subscribe in my project of asp.net (wcf) web services. When i am trying to create bus in global.asax
I\'ve just moved my development to a Win 7 64-bit machine and am having some wcf endpoint issues.As far as I can see the net.msmq endpoints that point to localhost do not work. The messages do get sen
I have a bunch of messages in one of the queu开发者_如何学运维es from an old date. I would like to take a backup before purging them. Any thoughts?
I\'ve just been chatting with a Microsoft MVP, and he 开发者_运维知识库told me that MSMQ is obsolete. Is this true? What\'s the infrastructure for SOA then???Well, they released a new version (4.0) wi
I have a Microsoft Message Queue that gets populated with messages. If there is a problem with the processing of the message, I would like to retry the message, I do not want to retry the message immi
When was MS Messa开发者_Go百科ge Queue first released?http://en.wikipedia.org/wiki/Microsoft_Message_Queuing
My original question from a while ago is MSMQ Slow Queue Reading, however I have advanced from that and now think I know the problem a bit more clearer.
How do I setup a message queue that automatically sends all it\'s messages to another server? I\'m working on a proof of concept for a system that needs to run on multiple servers, writing to local m
MSMQ: What can cause a \"Insufficient resources to perform operation\" error when receiving from a 开发者_如何学运维queue?
I\'m doing testing against some software I\'ve written.The test enqueues messages into MSMQ via WCF at a rate faster than than my software can dequeue and process them.This shouldn\'t be a problem, si