msmq Questions

3

Solved

In my project I receive a transaction from the client then process it and return a status back to the client via WCF. As you know I have to somehow save the transaction for recovery purposes and pe...
Kinson asked 6/11, 2011 at 20:49

1

Do anybody knows how to implement MSMQ Listeners using 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 insertion in MSM...
Psychographer asked 12/10, 2011 at 6:11

1

Solved

Just wanted to get confirmation on how sending messages to remote transactional message queues works. Suppose I have a two machines, A and B. Machine A has a transactional queue that is used for...
Acciaccatura asked 4/10, 2011 at 16:4

1

Solved

I have a situation where I'd like to keep a history or log of all MSMQ messages which have been processed (at least for a period of time). I realize that I can look at the current Queues using Comp...
Pickerelweed asked 15/9, 2011 at 20:11

3

Solved

I have a WCF service with netMsmqBinding. My client can send messages to my queue, and when the service is running it retrieves messages from the queue as expected. If the service is not running, m...
Catarina asked 9/9, 2009 at 12:5

2

Solved

When you send messages to remote queue, a temporary outgoing queue is created on your own machine. Does this mean that if MSMQ is not installed on your own machine, you can't use remote queues?
Cattalo asked 12/8, 2010 at 9:17

2

Solved

I have created a WCF Publish/Subscribe service using WSDualHTTPBinding. It allows a server application to submit errors to it and then all clients that are subscribed will receive the error message...
Effectual asked 24/8, 2011 at 14:51

1

Solved

We have a two node cluster running on Windows 2008 R2. I've installed MSMQ with the Message Queue Server and Directory Service Integration options on both nodes. I've created a clustered MSMQ resou...
Digitoxin asked 18/8, 2011 at 23:11

3

Solved

I'm learning about MSMQ and am successfully using it to queue email and text messages from a consumer-facing ASP.NET MVC website, to be handled by a separate client application. In the event of a ...
Ashlar asked 18/8, 2011 at 19:51

1

Solved

Is there a way to configure Acknowledgements with Spring.NET? In code it looks like this: var msgQ = new MessageQueue(OrdersQueueName) { DefaultPropertiesToSend = { AcknowledgeType = Acknowle...
Mortar asked 16/8, 2010 at 6:53

1

Solved

Ok my issue is similar to How to receive message from a private workgroup queue (and I am basically using the same code). I am creating the queue on the host machine using MessageQueue.Create(@"...
Pineapple asked 8/8, 2011 at 14:36

2

Short introduction I have a SEDA based system, and used MSMQ for communication (event triggering) between the different applications/services. One of these services gets messages by file, so I h...
Burner asked 27/6, 2011 at 10:22

3

Solved

I have some messages in the system dead letter queue. I want to move it to the outgoing queue. But even though I am an admin on the box , I am unable to do so. I also tried using a tool by the name...
Pugnacious asked 3/1, 2011 at 16:55

3

Solved

I have this scenario: One client sends a message into a msmq queue instance and there are 3 processes which listen on this queue. I want to be able to let every one of those instances pick a differ...
Ancy asked 15/6, 2011 at 14:53

2

Solved

I've implemented a system in C# that uses the Microsoft Message Queue (System.Messaging) for communication between related processes. Essentially, a number of Sender services generate messages to p...
Mab asked 27/3, 2009 at 0:21

1

Solved

Using C# and .NET 3.5, how can I get a listing of all outgoing queues in MSMQ? I found this article about it but as you can see below I do not have the COM entry for Microsoft Message Queue 3.0 Obj...
Ferdinand asked 31/5, 2011 at 18:10

4

Solved

As far as I can see from the documentation, the way you are supposed to check if there are messages in a message queue is to use the Peek method. You then rely on it failing with a MessageQueueExce...
Heliogabalus asked 17/9, 2009 at 13:7

3

I know there are other questions on this, but non actually answer this question. The Code I have is: using (var mQ = new MessageQueue(qPath)) { Console.WriteLine("machine: {0}, name : {1}, path...
Christmas asked 5/5, 2011 at 0:51

6

Solved

I have a WCF Service that should not enter the faulted state. If there's an exception, it should be logged and the service should continue uninterrupted. The service has a one-way operation contrac...
Scramble asked 24/11, 2008 at 22:31

1

I'm doing some test messaging, and so far the MSMQ is the choice, especially for support in Mass Transit. But there are other options, ActiveMQ, RabbitMQ are some examples. Has anyone had problems ...
Greasepaint asked 9/5, 2011 at 12:53

4

I have a WCF service running over MSMQ. Memory gradually increases over time, indicating that there is some sort of memory leak. I ran the service locally and monitored some counters using PerfMon....
Tongue asked 17/5, 2010 at 14:57

1

Solved

I have an MSMQ based location application, where I receive position updates from units in the field and they are processed and put in a database. The update process does not have dependencies out...
Stephanotis asked 27/4, 2011 at 21:12

8

Solved

If you want to use a queuing product for durable messaging under Windows, running .NET 2.0 and above, which alternatives to MSMQ exist today? I know of ActiveMQ (http://activemq.apache.org/),...
Medulla asked 1/9, 2008 at 7:46

2

Solved

I want to take message from one queue and send it to database. I want to do it only if it's in specific format. If i use Receive method directly and some exception occurs while accessing Body of t...
Hutment asked 25/2, 2011 at 9:57

1

Solved

I need to start writing some MSMQ code that will interface with WCF code on other machines. Does someone with MSMQ experience make recommendations about pros and cons of MSMQ using straight C++ ver...
Paella asked 23/12, 2010 at 17:11

© 2022 - 2024 — McMap. All rights reserved.