Win 7, MSMQ, Windows Service. I check the开发者_运维知识库 queue in computer management and messages there.
Normally messages with NSer开发者_运维知识库viceBus seem to be transferred pretty fast, but it seems like if I haven\'t sent any messages for a while, it takes a few seconds for them to be received.Do
The performance of my Microsoft message queue (MSMQ) is at least a factor ten slower, if I enable persistent messages, by setting the Recoverable attribute to true. I did expect a drop in performance,
Udi mentions here that \"people have swapped out the MSMQ layer of NServiceBus and plugged in RabbitMQ in its place\".
Does anyone have a sample of how to use MSMQ in delphi 2010 to comunicate开发者_开发知识库 between 2 delphi applications? I also wanted to log an event on windows event log, but I dont know how to.To
I\'ve got a distributed system where there will be 1 SQL Server, 1-n processing servers, and 1-n data suppliers (hardware devices across the network).The data being supplied will require processing pr
I recently encountered a problem with asynchronous operations in MSMQ.In .NET 2.0, 3.0 and 3.5, if there is a pending asynchronous receive, and the queue is deleted, the callback is invoked and upon c
I get a -2147024891 error code in a MessageQueueException; of type MessageQueueErrorCode. How can I find which errors occurred here?
I\'m looking for an alternative design or maybe a workaround this issue I\'ve encountered with MSMQ messaging. Right now I\'m using NServiceBus (not the problem) for my service architecture. It works
I have been looking at example code for a service that processes messages from MSMQ.In the code, the EndReceive() method is called right away at the beginni开发者_如何学Cng of the ReceiveCompletedEven