msmq Questions

0

We have a one way connection between an agent and the server via MSMQ. I am trying to move it to MSMQ over http. Now, MSMQ is integrated with IIS on the server side - I made sure to check the resp...
Bassorilievo asked 21/12, 2010 at 12:12

2

Solved

I had a bug in my application that cause a number of messages to be moved into the error queue. Now that I have fixed the bug, is there a simple way to move them back to the original queue so they ...
Ricercare asked 14/12, 2010 at 17:47

3

We are using Queue for few of are WCF services. We are using NetMSMQ binding for the WCF services which use Private MSMQ. The system works OK on our QA environment. I am not sure of any real differ...
Baisden asked 4/12, 2009 at 22:12

1

Solved

I am getting an error "Message requested was not found in the queue specified" when using transactions in remote MSMQ. If transaction is removed or if the queue is moved to same machine, everything...
Flatus asked 8/12, 2010 at 1:26

2

Solved

I've got a distributed system where there will be 1 SQL Server, 1-n processing servers, and 1-n data suppliers (hardware devices across the network). The data being supplied will require processing...
Sunlight asked 30/11, 2010 at 6:59

5

Solved

I am writing a Windows service that pulls messages from an MSMQ and posts them to a legacy system (Baan). If the post fails or the machine goes down during the post, I don't want to loose the messa...
Welcome asked 25/9, 2008 at 14:9

1

Solved

I have an application that consists of three parts: a front-end web shop for end-users and business partners an order-management system to handle those orders a technical database system to handl...
Audryaudrye asked 18/10, 2010 at 21:1

2

I'll start by saying I'm not a .NET developer, but have been thrown into a project where I need to use MSMQ so a classic ASP web application can send messages to a C# Windows Service that handles t...
Dipper asked 18/10, 2010 at 3:35

1

Solved

Can an MSMQ queued messages survive a service/server restart? What I mean is that if a queue has messages and the server were to experience a hard restart, would the messages be still available in ...
Tempt asked 11/10, 2010 at 12:52

4

Solved

I've been asked by my team leader to investigate MSMQ as an option for the new version of our product. We use SQL Service Broker in our current version. I've done my fair share of experimentation a...
Gildagildas asked 27/10, 2008 at 16:19

1

Solved

Is it possible for server A to access a private queue from server B?
Gothicism asked 3/8, 2010 at 8:47

1

Solved

Is there any way to get all of the queues on MSMQ 5.0 using .NET 4.0? Cheers.
Paramedic asked 25/7, 2010 at 11:43

2

Solved

On an XP machine there is a private messagequeue that was created by a .net service. When I want to access this private queue in a VB6 application I keep getting an "Access is denied" error. So it ...
Replacement asked 23/4, 2009 at 10:33

1

Solved

I’m writing a client that receives messages from an external Websphere MQ Queue and puts them on an internal MSMQ Queue. The client will use MQ Client or, preferably, be purely managed (MQC.TRANSPO...
Hermann asked 21/6, 2010 at 13:1

1

Solved

After a ton of reading in books and on the web, I have noticed hints of information that WCF and MSMQ can be used in achieving high throughput. The information I have seen mentions using multiple W...
Synchronism asked 31/3, 2010 at 17:50

3

Problem: Some 300 candidates make a test using Flex. A test consist of some 100 exercises. After each exercise a .NET service is called to store the result. If a candidate finishes a test, all the ...
Casady asked 16/2, 2010 at 7:45

3

Solved

I'm working on an application that uses MSMQ for interprocess communication, and I need the setup project to be able to install the service if it isn't already. I've checked around for information ...
Gangplank asked 25/3, 2009 at 17:3

2

Solved

I am creating a Windows Service in C# that processes messages from a queue. I want to give ops the flexibility of partitioning the service in production according to properties of the message. For ...
Havoc asked 15/9, 2008 at 16:0

1

Solved

I have a WCF service hosted in a Windows service that I set to Automatic so it will start automatically when the server is brought up. The service is endpoint is MSMQ backed. When I start the serv...
Bagman asked 18/12, 2009 at 18:32

5

Solved

I was curious if anyone had any suggestions on a Java library that provides access to MSMQ? I've downloaded the trial of the J-Integra Java-COM library and have built and run their MSMQ example app...
Devolution asked 3/2, 2009 at 4:35

3

Solved

I am currently having an issue of losing a message. This error occurs rarely, but happens often enough to be annoying. Here is the context of the issue: I have turned on the message journal on go...
Dele asked 14/12, 2009 at 16:35

2

Solved

I've just been chatting with a Microsoft MVP, and he told me that MSMQ is obsolete. Is this true? What's the infrastructure for SOA then???
Competent asked 1/12, 2009 at 11:35

1

Solved

I am using an open source .Net library which uses MSMQ underneath. After about a week or 2, the service slows down (not timed exactly but general guess). It appears that what is happening is messag...
Covarrubias asked 19/10, 2009 at 9:12

1

Solved

I want to Unit Test my application which use MSMQ but i found no way in order to Mock MessageQueue objects. var queuePath = @".\Private$\MyQueue"; MessageQueue queue = null; if (MessageQueue.Ex...
Cabrales asked 26/10, 2009 at 22:16

3

Solved

I have an application that uses MSMQ for asynchronous processing of certain things. I use WCF to put messages on to the queue and have a WCF MSMQ listener (a windows service) to receive messages a...
Stickinthemud asked 24/9, 2009 at 14:39

© 2022 - 2024 — McMap. All rights reserved.