Tagged Questions

1
vote
1answer
29 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
35 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
16 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
46 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
42 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
47 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
1answer
24 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
2answers
39 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, …
1
vote
1answer
35 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
0answers
22 views

MSMQ: MessageQueue intermittenly returning invalid handle error using ReceiveById or Recieve with a cursor

I have a transactional message queue on Server 2003. It receives messages from several remote machines. Each day, an executable runs which moves those messages from one queue to another on the same …
0
votes
1answer
68 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
2answers
57 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 …
0
votes
3answers
45 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 …
0
votes
1answer
47 views

Permissions error accessing NServiceBus MSMQ from MVC .Net

I have written a mvc that uses nservicebus to publish messages. This works fine under Cassini. When trying to use IIS, I receive an error message when I call Create() to create the Bus. Access to …

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