msmq Questions
5
Solved
The person who was previously using my PC at work set up a private MSMQ that I need to access. They have since left the bank but the permissions remain and I can't access the queue or give myself e...
Antilogy asked 5/1, 2011 at 12:2
2
Solved
i want to know that MSMQ (Microsoft Messaging Queue) works on TCP or UDP?? and on what ports?
4
Background:
I'm troubleshooting a problem where messages sent by WCF over transactional MSMQ (with netMsmqBinding) seem to disappear. The code that uses WCF is in a third-party assembly which I ca...
1
I am creating an installer for an Application that requires MSMQ to be installed, so if MSMQ is not installed, I need to install the msmq. So can MSMQ be installed using C# or any command??
I am u...
Kibosh asked 13/7, 2011 at 12:43
8
Solved
I'm writing a windows service to consume MSMQ messages. The service will have periods of high activity (80k messages coming in very quickly) and long periods of inactivity (could be several days wi...
Connel asked 31/3, 2011 at 17:38
3
Solved
I have installed the MSMQ feature onto both server (win 2008 R2) and client machine (win 7) using the following Link. The Feature appears in the server manager and I am able to create a public or p...
Floury asked 11/7, 2013 at 9:30
5
Solved
System.ServiceModel.ServiceHost, cannot be used for communication because it is in the Faulted state
Receiving this error when trying to work with the queue:
Unexpected error occured: The communication object, System.ServiceModel.ServiceHost, cannot be used for communication because it is in the ...
1
I'm currently trying to use MSMQ with C# and .NET in order to achieve IPC.
I am trying to understand how it works, and I'm quite confused about the differences between Path name and Format name whe...
7
Although my question looks similar to some already found on SO, those post did not help me, so here it is:
Given:
Two machines on the same segment (naturally in the same domain, actually on the ...
3
Solved
I am trying to add an MSMQ binding for my IIS Web Site, correct binding should look like this:
So I am executing following line in PowerShell:
New-WebBinding -Name "My Site" -Protocol net.msmq...
Enthrall asked 24/2, 2012 at 2:3
6
Solved
MSMQ: What can cause a "Insufficient resources to perform operation" error when receiving from a queue?
At the time the queue only held 2,000 messages with each message being about 5KB in size.
Hanover asked 13/11, 2009 at 23:19
5
Solved
We're Having an issue with sending an MSMQ message to the second DNS name on a server. If we send the IP for that same server, we're fine, but thats not where we are going architecturally. Any idea...
10
Solved
I was wondering if there is a way to programmatically check how many messages are in a private or public MSMQ using C#? I have code that checks if a queue is empty or not using the peek method wrap...
5
There is a public queue named queue1 on machine A. I want to send messages to this queue from machine B. In order to achieve this, I wrote that c# code.
if (MessageQueue.Exists("machineA\queue1")...
Nepali asked 4/2, 2010 at 9:52
3
Solved
I'm having a seriously problem with my little application; basically it's very easy to understand:
My software, when opened, do it's things.
I want to focus to opening another instance (And I mea...
8
Solved
My computer is connected to a domain, but when I go to create a public queue:
MessageQueue.Create(@".\testqueue");
I get this error:
A workgroup installation computer does
not support the op...
2
Solved
For starters, I would like to say if anyone can help here, you are incredible.
General Question
My Python program needs to interact with MSMQ. Basically, I want to peek at a queue, specifying a t...
12
Solved
I'd like to provide a queuepath and get the number of messages thereupon. Any advice on how this could be done?
Fawnia asked 18/2, 2010 at 14:52
2
I have a C# Publisher-Subscriber project intended to make use of the MSMQ service in Windows. The code was developed in .Net Framework 4. I want to run it in .Net Core. But I am getting the error
...
Cyanic asked 1/3, 2018 at 7:1
6
Solved
I have messages in a MSMQ queue and I would like to view the full message.
I know I can write code to peek the queue, but was wondering if there is a viewer that already exists that will let me r...
Bridgeport asked 20/12, 2010 at 16:45
5
Solved
Is it possible on a CLR trigger in SQL Server 2005 to send a message to a queue via MSMQ?
I am using the SQL Server Project type, but System.Messaging does not appear as a reference I can add.
...
Shull asked 23/2, 2009 at 19:45
2
Solved
Would anyone know why System.Messaging is not offering an asynchronous version of the Send method to send an MSMQ message to a queue.
Actually there is asynchronous version of Peek and Receive me...
Timothee asked 2/11, 2013 at 21:18
4
Solved
My MSMQ queue gets created by PowerShell DSC engine. I can see queues created. Since DSC engine runs from SYSTEM account, then queue owner also gets set to SYSTEM.
When I try to set MSMQ ACL from P...
Chrysalid asked 11/11, 2014 at 14:1
3
Solved
I am trying to programmatically create several Message Queues on a Windows 2003x64/2008R2 Server.
When a Queue is created, Windows automatically applies default permissions to the Queue.
For MSMQ ...
Crownwork asked 3/5, 2012 at 6:45
1
Solved
I'm trying to set ACL on a Msmq Queue using Powershell v5.1 (Win2k16) - but even though I'm following the documentation - I keep getting an error.
Get-MsmqQueue -Name "s009_ClientsServiceBus" -Que...
Interfertile asked 24/4, 2017 at 20:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.