0
votes
1answer
18 views
How to send a message from Server A to Server B using MSMQ?
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, …
0
votes
1answer
21 views
WCF / MSMQ “time-to-be-received has elapsed” dead letter queue issue
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 shoul …
0
votes
1answer
26 views
Getting the NServiceBus Distributor Sample To Work
Hi,
I'm trying to use the Distributor in the NServiceBus FullDuplex sample but I can't get it working. I've been following the this guide Getting the NServiceBus Distributor Worki …
0
votes
3answers
31 views
Connecting to a remote queue via the hosts file
I have different environments for my application (Dev -> Test -> Prod), and I'm using MSMQ.
I also have the name of the queues (they are remote queues) I use via config files, in …
1
vote
1answer
24 views
MSMQ: What can cause a “Insufficient resources to perform operation” error when receiving from a queue?
MSMQ: What can cause a "Insufficient resources to perform operation" error when receiving from a queue?
At the time the queue only held 2,000 messages with each message being abou …
0
votes
2answers
48 views
MSMQ and Active Directory Integration
Hi Everyone,
I've got 2 applications that utilizes MSMQ to pass information between 2 servers.
One posts new information hourly, and runs without issue.
The other app runs once …
0
votes
0answers
15 views
MSMQ: MessageQueue intermittenly returning invalid handle error using ReceiveById or Recieve with a cursor
I have a transactional message queue on Server 2003. It receives messages from several remote machines. Each day, an executable runs which moves those messages from one queue to …
0
votes
1answer
30 views
Permissions error accessing NServiceBus MSMQ from MVC .Net
I have written a mvc that uses nservicebus to publish messages. This works fine under Cassini.
When trying to use IIS, I receive an error message when I call Create() to create th …
0
votes
1answer
37 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
1answer
26 views
WCF client certificare not valid
I try to send a message to MSMQ using WCF. I want to use Transport security and sign messages. However, when I set clientcertificate credentials and try to send message, an error i …
3
votes
1answer
58 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
2answers
29 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
23 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 …
4
votes
2answers
241 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
94 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 …
