msmq
MSMQ 4.0: Has the message queue size of 4mb been removed?
According to this document, MSMQ 3.0 can support 开发者_JS百科messages only upto 4mb. MSDN Resource Management in MSMQ[详细]
2023-04-13 01:43 分类:问答MassTransit - Update Messages to Client
I don\'t have very much experience using MSMQ and someone recommended I look at MassTransit to help implement a solution but I am having a hard time trying to figure out if using MassTransit + MSMQ is[详细]
2023-04-13 00:43 分类:问答How do I get MSMQ message count from a private queue on local Win7 machine?
I am trying to get a count of MSMQ messages from a private queue on a local Win7 Enterpri开发者_开发问答se machine.I can get the count from a remote machine without problem and the code works on Win20[详细]
2023-04-12 19:53 分类:问答MSMQ Listeners using WCF
Do anybody knows how to implement MSMQ Listeners usin开发者_JAVA百科g WCF ? i have 2 wcf services built, 1 for sending data to MSMQ queue and another is called by MSMQ listener when there is an inse[详细]
2023-04-12 04:48 分类:问答Email sending strategy with C#/.NET
I have a web application from which emails should be sent after specific actions. I have some alternatives for handling this I\'m not sure which one is the best.[详细]
2023-04-12 03:25 分类:问答What can make a SQL Server DB exhibit a cyclic CPU usage behavior?
I have a system that is processing messages from an MSMQ queue (using multiple processes to do the processing).[详细]
2023-04-12 01:41 分类:问答How should an WCF receiver service monitor an MSMQ queue and service requests in a real-world environment?
I have a service that queues requests in MSMQ. On the other side I have a WCF service that can handle those requests. How can I have the WCF receiver service respond when messages are available on the[详细]
2023-04-11 20:30 分类:问答WCF error 0xc00e0069 (MQ_ERROR_REMOTE_MACHINE_NOT_AVAILABLE)
I have a WPF app that uses WCF (duplex netMsmqBinding) to talk to a self-hosted service app in our domain.[详细]
2023-04-11 16:28 分类:问答Outgoing MSMQ timeout configuration
I have an application that uses NServiceBus to send and receive messages. 开发者_运维百科When the application hasn\'t received a message in a certain time period the outgoing connection is lost which[详细]
2023-04-11 16:08 分类:问答Windows Services communicating via MSMQs - Do I need a service bus?
I have this problem where a system contains nodes (windows services) that push messages to be 开发者_如何学运维processed and others that pull messages and process them.[详细]
2023-04-11 09:53 分类:问答