msmq
Hosting MSMQ in IIS 6 and sending it messages via WCF
I want to test out the possibility of queuing message on remote clients who may or may not be connected, those clients when connected will push the messages sent to an msmq over the internet that is h[详细]
2023-04-10 19:46 分类:问答can not move to retry queue with a clustered MSMQ
When I try to move a message to the retry queue inmediatelly it says: \"The tranasction\'s operation sequence is incorrect\".[详细]
2023-04-09 22:40 分类:问答Count messages in an msmq sub-queue
Is there any way (C# or native) of counting the messages in a message queue开发者_如何学JAVA (sub queue).[详细]
2023-04-08 13:52 分类:问答How to create C# program that sends to local message queue.
I have a C# Program that is attempting to send to my own local Windows message queue.I have i开发者_如何学Cnstalled message queue and out of desperation gave all access rights to \"Everyone\" on both[详细]
2023-04-07 22:33 分类:问答Given net.msmq Address, How Do I Check if this Queue Exists?
I have a service, which inserts stuff into MSMQ via WCF. However, it can be a long time before any messages are inserted into the queue, which is when the error for a non-existing queue would occur.[详细]
2023-04-06 06:32 分类:问答MSMQ with queueing and business rules
We need to add a message queueing system with business rules to a .NET application. A typical scenario is a person requests \"A\" from an Internet site, the process checks information about that user,[详细]
2023-04-04 14:06 分类:问答http interface for long operation
I have a running system that process short and long running opera开发者_运维百科tions with a Request-Response interface based on Agatha-RRSL.[详细]
2023-04-03 21:37 分类:问答Does WCF's netMsmqBinding requires any MSMQ package installation at the client side?
I\'d like to use WCF+MSMQ(netMsmqBinding) and I was wondering if I\'d need to install anything MSMQ related at the client side, other than my client application and the .NET framewo开发者_StackOverflo[详细]
2023-04-03 14:11 分类:问答Recommended message bus architecture for publishing client events
What\'s the recommended messaging architecture for the following scenario: Multiple workstations running a WinForms client[详细]
2023-04-03 10:49 分类:问答Is there a framework/service for working with a publish/subscribe pattern and WCF?
My team are looking for ways to separate the various components of our system to decoupled services. What we\'d like to achieve is an event-driven pattern where services subscribe to receive informati[详细]
2023-04-03 07:45 分类:问答