msmq-wcf Questions

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...
Eyetooth asked 31/10, 2019 at 23:57

2

Solved

I have a self-hosted WCF service (runs inside a windows service). This service listens for messages on an MSMQ. The service is PerCall, and Transactional running on Windows 2008 R2, .NET 4.0, MSMQ ...
Cyclamate asked 23/3, 2015 at 21:15

1

I am trying to develop a WCF service that take care of hundreds downloads and conversion together. I have been initialized MSMQ with a transaction queue that receive messages from an ASP.NET web ap...
Originally asked 22/7, 2012 at 13:54

2

Solved

I have a scenario where about 10 different messages will need to be enqueued and then dequeued / processed. One subscriber will need all 10 messages, but another will only need 8 of the 10 messages...
Tjader asked 30/10, 2011 at 18:47

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

We have a solution where we are picking the messages using Windows Service. The Windows Service fires every after 2 minutes and retrieves the MSMQ message to pass it to a Web Service. Can I cre...
Dia asked 16/12, 2008 at 22:6
1

© 2022 - 2024 — McMap. All rights reserved.