system.messaging Questions

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

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

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

1

In MSMQ on .NET, I'm using a MessageEnumerator to look through all the messages in the queue. I want to remove messages that meet a certain condition. When I call MoveNext to step through the queu...
Symmetrical asked 18/2, 2014 at 19:58

2

Solved

Using the System.Messaging classes, how do I move a msmq message (in this case a poison message) to a subqueue? Seems like this should be simple, but I haven't been able to figure it out.
Strophic asked 7/4, 2011 at 18:13

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

5

Solved

I have to port a VB 6.0 app to VB.Net (Framework 3.5). The application uses MSMQ heavily. I'm trying to figure out what are the advantages of using WCF over good ole System.Messaging. Are there any...
Moreen asked 20/8, 2009 at 20:20
1

© 2022 - 2024 — McMap. All rights reserved.