msmq Questions

1

Solved

There doesn't seem to be a client available, or maybe I'm just looking in the wrong namespace. How is this expected to be done, or is the answer that I have to find another message service?
Macao asked 9/11, 2016 at 20:0

3

Solved

I am not a programmer but I am trying to help them out by giving them some guidance. We no longer have any in house expertise on msmq. We are trying to use this to integrate some functions with a s...
Minima asked 23/3, 2011 at 21:59

4

Solved

Okay, here is a very simple and fundamental question. If I have an application on windows machine A that wants to write to a queue on windows machine B, do I need to have MSMQ installed on machine ...
Hurlburt asked 10/6, 2011 at 15:34

11

I am trying to access queue message from my host, while trying to get message i am getting "Access to Message Queuing system is denied." message. Don't know how to solve this issue. I am using Wind...
Irreparable asked 26/3, 2012 at 15:4

2

Solved

My project require to keep all data encrypted, so MSMQ needs to be encrypted too. But as it is known from the article (https://msdn.microsoft.com/en-us/library/ms704178(v=vs.85).aspx ) messages fro...
Nestling asked 17/12, 2015 at 12:27

4

I have created a WCF service using the NetMsmq binding for which i created a private queue on my machine and executed the project. This works fine as such and my WCF service is started and accesses...
Rebarebah asked 28/1, 2010 at 13:41

2

Solved

I have been researching for over an hour and finding great samples of how to use MSMQ in C# and even one full chapter of a book about Message Queue...But for a quick test all I need is to cover is ...
Tinner asked 18/6, 2012 at 4:0

1

Solved

I've been playing around a bit with MVC 6 and a few other of the newer web development tools (Angular 2.0, etc.) and I've run into a bit of a problem setting up a webpage that utilizes MSMQ. For re...
Carpo asked 19/4, 2016 at 14:30

7

I have to WCF services which use the net.msmq protocol, hosted in IIS 7. My problem is that the services do not activate when a new message appears on the queue, you have to physically browse to th...
Nachison asked 28/7, 2009 at 14:13

5

Solved

I get the exception when executing the following code. Any ideas what is wrong? string queueName = "FormatName:Direct=TCP:1.1.1.1\\Private$\\test"; MessageQueue queue; if (MessageQueue.Exists(que...
Marbling asked 16/12, 2009 at 14:12

4

My original question from a while ago is MSMQ Slow Queue Reading, however I have advanced from that and now think I know the problem a bit more clearer. My code (well actually part of an open sour...
Ashjian asked 25/11, 2009 at 2:33

4

Solved

I have messages that get stuck in queue and I am looking for a way to programmatically remove them. Is there a way to remove messages from a queue if it has been sitting for more than x days? I ca...
Foreandafter asked 22/4, 2014 at 18:13

4

Solved

Can anyone give me some pointers on how to set permissions on MSMQ queues in script, preferably PowerShell, but I'd use VBscript
Anthracosilicosis asked 19/4, 2009 at 19:38

4

I'm seeing a really strange error that I'm having a difficult time tracking down. I think its related to my configuration of Rhino ESB, though I'm not sure if RSB is actually causing it, so I fig...
Shapeless asked 6/4, 2010 at 16:2

2

Solved

I couldn't find anything about the BodyType-Property (beside the MSDN), especially nothing about the meaning of each integer. So I created messages with BodyTypes = 0...1000 and wrote down the resu...
Busyness asked 8/8, 2013 at 19:52

1

I built a MSMQ WCF service that is transactional. I used the following attribute on my operation: [OperationBehavior(TransactionScopeRequired = true, TransactionAutoComplete = true)] I am using ...
Felly asked 1/5, 2014 at 19:53

3

Solved

I have list of over 20 queues that needs to be added as private queue in MSMQ. Is there a way to do it using Command Line C# programming If there is a way to do using some sort of script or ....
Easement asked 5/4, 2011 at 22:3

2

We're looking at setting up a MSMQ system with ~8000 clients and one queue per client. On average the system needs to handle ~2000 messages daily from each client, where the message size will range...
Nenitanenney asked 2/10, 2009 at 19:59

3

Solved

I've got a very simple console app that is having trouble peeking at a message in a remote private queue. var queues = MessageQueue.GetPrivateQueuesByMachine(machineName); var queue = queues.Where...
Caton asked 28/8, 2015 at 15:41

1

We have a setup that used to work and has stopped sometime over the past few months. We use a custom dead-letter queue that is specified in config but basically gets set like this:: MsmqIntegratio...
Subside asked 9/7, 2015 at 20:33

1

Solved

I have created a function to send message via MSMQ but getting exception while executing. below is my function. public void SendMessageToQueue(ChessQueue chessQueue) { MessageQueue queue = null; ...
Slot asked 24/3, 2015 at 5:27

4

Solved

I have a WCF service. it is bound to an MSMQ but that is not the issue here. I can serialize an object which has a base class and an interface implemented in the base class and the concrete class d...
Italianize asked 14/5, 2012 at 19:3

2

Solved

I am trying to use the Enterprise Library MSMQ Distributor service to pick up log messages being placed in an MSMQ queue and place them in a database through the standard Database part of the Loggi...
Cotidal asked 29/1, 2013 at 12:21

2

Solved

I am trying to get my head around how multicasting works in MSMQ but I cannot receive messages at all, even from the same machine. I'm obviously doing something wrong but cannot see what. Here's w...
Selfdeception asked 3/5, 2012 at 16:40

2

Solved

I just began looking into ServiceStack and WOW, I might as well throw WCF out the window, but it can also send out messages using Redis. I'm familiar with NServiceBus and it's also used for ...
Willywillynilly asked 30/12, 2014 at 23:53

© 2022 - 2024 — McMap. All rights reserved.