1
vote
0answers
15 views
Why do I have to re-install MSMQ when I come off and back on to the office network?
Hi
I've got a really frustrating problem with MSMQ constantly refusing to work even though it's installed and started.
I have MSMQ installed on my Vista Business laptop (MSMQ-Con …
0
votes
1answer
28 views
MSMQ: What is the best way to read a queue in a non-blocking fashion?
If a queue is empty and you don't want to block for too long, you risk getting a System.Messaging.MessageQueueException.
How would you tell the difference between a timeout on wa …
0
votes
2answers
26 views
Out of order messages possible with transactional queues in MSMQ?
I'm new to messaging and a little unclear as to whether it is possible for MSMQ to deliver out-of-order messages for transactional queues. I suppose it must be because if a message …
0
votes
1answer
21 views
MSMQ: Is there a way to set a “do not deliver before” value?
Is there a way to indicate a MSMQ message should not be delivered before a certain time?
Essentially I want to be able to put messages back in the queue to be reprocessed in the f …
3
votes
2answers
47 views
How-To Mock MSMQ MessageQueue
Hi,
I want to Unit Test my application which use MSMQ but i found no way in order to Mock MessageQueue objects.
var queuePath = @".\Private$\MyQueue";
MessageQueu …
0
votes
0answers
21 views
MSMQ installation error on 2008 Server
This Windows 2008 SP2
The Error:
Message Queuing: Installation failed
Error: Attempt to install Message Queuing Server failed with error code 0x80070643. Fatal error during …
4
votes
2answers
168 views
nServiceBus vs Mass Transit vs Rhino Service Bus vs other?
Just doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled work flow system.
What are the pro's and cons that people have …
0
votes
2answers
43 views
An unhandled access exception has occurred, msmq, Sharepoint error
I have an issue that is occurring after my server reboots. I have some features in SharePoint, for doing various things. One thing they do is add items into a couple of different M …
0
votes
1answer
66 views
NServiceBus MSMQ Send question
I have trouble sending a message via NServiceBus. I have an ASP.Net MVC web app, developing on Win7 x64, I have configured my web.config as
<MsmqTransportConfig Input …
1
vote
2answers
122 views
MSMQ slow queue reading
I am using an open source .Net library which uses MSMQ underneath. After about a week or 2, the service slows down (not timed exactly but general guess). It appears that what is …
3
votes
5answers
166 views
Is the any free library that implements message queuing similar to MSMQ (Microsoft Message Queuing)?
I am interested in using a free library that has features similar to MSMQ to send/receive messages among 3 app domains in a win form application.
I only need the private queue func …
1
vote
2answers
75 views
MSMQ cannot delete or purge a queue
I'm very new to MSMQ.
We have a critical system using MSMQ and it is not able to start due to insufficient resources. It appears that MSMQ is at capacity.
I am trying to purge mes …
0
votes
4answers
69 views
Does anyone have any architectural information for MSMQ?
I'm trying to decide if MSMQ is the right tool for communication between our application and a third party web service we are currently communicating with directly. We're looking …
1
vote
3answers
48 views
Is MSMQ the right choice for this scenario…
I have an eCommerce app, which is hosted on 2 geographically different servers
Server_A - hosted on our premises, contains product our ERP (Dynamic Navision) softare & databa …
2
votes
4answers
240 views
Correct way to host a *stable* WCF MSMQ windows service
I have an application that uses MSMQ for asynchronous processing of certain things.
I use WCF to put messages on to the queue and have a WCF MSMQ listener (a windows service) to r …
