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...
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 ...
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...
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...
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...
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...
1
© 2022 - 2024 — McMap. All rights reserved.