C# (CSharp) Westwind.MessageQueueing QueueMessageManagerSqlMsMq - 2 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Westwind.MessageQueueing.QueueMessageManagerSqlMsMq, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
An implementation of a combination of SQL Server and MSMQ to handle two messaging via random acccess to messages so they can be retrived for long running tasks where both client and server can interact with each message for processing. This implementation uses SQL server for the actual data storage and MSMQ to handle the message de-queuing by storing IDs in MSMQ. MSMQ allows much greater throughput for dequeuing message ids when polled frequently. Great for long running tasks or even light workflow scenarios.