msmq Questions
4
I'm trying to connect to a remote private MSMQ queue using the path:
"FormatName:DIRECT=OS:remoteMachineName\Private$\MyQueue"
and I'm getting the following error:
"The specified format name d...
Jellaba asked 17/12, 2008 at 22:5
1
Solved
We have a service that receives messages from n message queues. However, if the Message Queuing service is restarted, the message retrieval service stops receiving messages even after the Message Q...
2
Solved
I'm putting together a simple asp.net web control, that as the result of an ajax form post inserts a record into a MSQL database.
It's possible that the page containing this control will recieve m...
Globeflower asked 15/4, 2012 at 8:6
2
I have a windows service for processing the MSMQ messages. It relies on the following logic
· There is a timer in the windows service. Every ten minute it will execute the method named “ProcessMes...
Mountain asked 28/3, 2012 at 16:26
2
Solved
2
Solved
I need to be able to edit messages in my error queue (so that they can be resent to the actual queue for reprocessing).
I would like to make my own custom tool to do this (because my messages requ...
Hydrated asked 9/3, 2012 at 16:53
1
I am trying to use MassTransit, I installed it using nuget and am just using their base example:
Quick start guide
When I run this code I get an exceptions (with the inner exceptions list...
Gustavogustavus asked 6/3, 2012 at 20:56
1
Solved
I have a WCF service that uses MSMQ communication, when i run the service on my local netwrok, i configure the service endpoints in the client config files to point to the host computer, for exampl...
Buonarroti asked 28/2, 2012 at 18:58
5
Solved
I've got a windows service that does some image conversion. It works by firing off when any file (in a particular folder) is renamed (ie. rename file watcher). Works great until I have a massive am...
3
Solved
I have an existing system and am wondering if MSMQueue can retain value of queue if it restarts. It clears the value when I restart.
Gerladina asked 24/2, 2012 at 5:55
2
Solved
I'm running NServiceBus 3.0.0 rc2 but when I start the application (as local admin) without pre-creating the MSMQ's it errors with :
The queue does not exist or you do not have sufficient permis...
Hefter asked 1/2, 2012 at 23:41
1
Solved
I have seen many socket application in which there is use of MSMQ. But when I go in details I think that we can do it without MSMQ also, so I want to know what is key benefit of MSMQ. Why sho...
1
Solved
As a exercise I'm trying to find an example which implements competing consumer.
many producers - > MSMQueue <- competing consumers
So far I did not find any documentation on how to achieve ...
Capitoline asked 31/1, 2012 at 4:30
2
Solved
I have this in a class called "MessageQueueReceive".
public MessageQueueTransaction BlockingReceive(out Message message)
{
MessageQueueTransaction tran = null;
message = null;
tran = new Messa...
Prinz asked 15/11, 2011 at 22:35
1
Solved
I am trying to send a message to a remote queue. My process isn't failing, but I still don't see the message on the remote queue? I would assume it would fail if it couldn't process the message?
I...
2
Solved
I have been working on a proof of concept using WCF and MSMQ. I have been playing around with the throttle settings using the defaults This Article and also adding my own settings to the config fil...
2
I am trying to handle the poison messages in WCF with MSMQ transport.
I followed the below link for creating the original and poison services.
http://msdn.microsoft.com/en-us/library/aa395218.asp...
3
Solved
We have clustered MSMQ for a set of NServiceBus services, and everything runs great until it doesn't. Outgoing queues on one server start filling up, and pretty soon the whole system is hung.
More...
Expiable asked 6/10, 2010 at 16:3
1
Solved
I am trying to use MessageQueues to notify users of an application of data changes using the Multicast feature, but can't get it to work : the workstation that sends the message does receive it, bu...
2
Solved
I know about the size limit for the message (4MB), but is there a limit to the queue size? Best practice limit maybe?
3
Solved
The system we are building is receiving data through the external feed. Our job is to distribute this data to multiple services, run the calculations and forward the results elsewhere - typical pub...
2
What is the best way to use MSMQManagement from C#? I need the ability to peek and purge a local outgoing queue when the remote machine is disconnected.
Apparently some users can do this through ...
1
Solved
I'm having a problem changing the priority of an message which is submitted to a defined MSMQ.
Whenever I set the Message priority it never seems to affect the priority of the message within the qu...
1
Solved
How would one use SignalR to implement notifications in an .NET 4.0 system that consists of an ASP.NET MVC 3 application (which uses forms authentication), SQL Server 2008 database and an MSMQ WCF ...
Lunette asked 17/11, 2011 at 22:48
4
Solved
How to a subscribe to a queue in msmq using c#.
Assuming i have a client as a win form and would like to subscribe to a que, everytime a message is arrived in the que i would like the form to be no...
© 2022 - 2024 — McMap. All rights reserved.