Tagged Questions

0
votes
2answers
20 views

MSMQ: How can I create a private queue on a remote computer.

I need to create a Private message queue on a Remote computer. All me research indicates this is not possible through the System.Messaging objects. Can anyone confirm/deny this. My other option is to …
1
vote
1answer
31 views

SQL Server 2000 T-SQL: writing to MSMQ?

Is there a way to write to MSMQ from T-SQL and/or Stored procedure? I am using SQL Server 2000.
0
votes
2answers
37 views

When was MS Message Queue first released?

When was MS Message Queue first released?
0
votes
1answer
21 views

how to archive msmq messages?

I have a bunch of messages in one of the queues from an old date. I would like to take a backup before purging them. Any thoughts? Schar
0
votes
1answer
19 views

MSMQ Adding a delay on Messages

I have a Microsoft Message Queue that gets populated with messages. If there is a problem with the processing of the message, I would like to retry the message, I do not want to retry the message …
1
vote
2answers
50 views

Is MSMQ obsolete?

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???
0
votes
1answer
44 views

clear Message Queue in C#

Hi! C#: i use the Message Queue to send messages from one application to the other one (this has to work only on one particular machine) I create the queu like this on the receiver side: …
1
vote
0answers
50 views

C# .Net MSMQ Receive() method timeout problem

My original question from a while ago is MSMQ Slow Queue Reading, however I have advanced from that and now think I know the problem a bit more clearer. My code (well actually part of an open source …
0
votes
2answers
44 views

WCF / MSMQ “time-to-be-received has elapsed” dead letter queue issue

I'm doing testing against some software I've written. The test enqueues messages into MSMQ via WCF at a rate faster than than my software can dequeue and process them. This shouldn't be a problem, …
0
votes
1answer
26 views

How to send a message from Server A to Server B using MSMQ?

How do I setup a message queue that automatically sends all it's messages to another server? I'm working on a proof of concept for a system that needs to run on multiple servers, writing to local …
0
votes
3answers
136 views

An unhandled access exception has occurred, msmq, Sharepoint error

I have an issue that is occurring after my server reboots. I have some features in SharePoint, for doing various things. One thing they do is add items into a couple of different MSMQ queues. …
0
votes
1answer
73 views

Getting the NServiceBus Distributor Sample To Work

Hi, I'm trying to use the Distributor in the NServiceBus FullDuplex sample but I can't get it working. I've been following the this guide Getting the NServiceBus Distributor Working, but it doesn't …
0
votes
3answers
46 views

Connecting to a remote queue via the hosts file

I have different environments for my application (Dev -> Test -> Prod), and I'm using MSMQ. I also have the name of the queues (they are remote queues) I use via config files, in the following …
1
vote
1answer
36 views

MSMQ: What can cause a “Insufficient resources to perform operation” error when receiving from a queue?

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.
0
votes
2answers
58 views

MSMQ and Active Directory Integration

Hi Everyone, I've got 2 applications that utilizes MSMQ to pass information between 2 servers. One posts new information hourly, and runs without issue. The other app runs once nightly, and seems …

1 2 3 4 5 15 next
15 30 50 per page