msmq Questions

2

Using msmq I want to send a message (near 1 GB). I want to send array of bytes. But I can send only 4 MB. How can I get around this limitation ?
Glum asked 15/1, 2013 at 6:15

1

I have a website that uses MSMQ on a remote server to queue pending e-mails. I am able to write the message to the queue, and then call dispose on the queue. The queue still gets the message, but s...
Unwonted asked 2/1, 2013 at 17:17

4

Solved

Udi mentions here that "people have swapped out the MSMQ layer of NServiceBus and plugged in RabbitMQ in its place". I'm looking to do the same thing with the end goal of being able to run an app ...
Sunglass asked 5/12, 2010 at 23:45

2

Solved

I want to create a WCF service which uses an MSMQ binding as I have a high volume of notifications the service is to process. It is important that clients are not held up by the service and that th...
Laroy asked 10/12, 2012 at 13:57

1

I have an application that consumes messages from an MSMQ queue. The application uses MSMQ activation of a WCF service hosted in the IIS using AppFabric. It is essential that the order of messages...
Apostrophize asked 23/10, 2012 at 12:29

3

Solved

I am searching for a good method to transfer data over internet, and I work in C++/windows environment. The data is binary, a compressed blob of an extracted image. Input and requirements are as fo...
Crossroads asked 22/10, 2012 at 6:9

1

Solved

I'm trying to send a message through System.Messaging.MessageQueue (.NET) and the message keeps on disappearing. I've seen people recommending enabling negative source journaling, but can't seem to...
Leung asked 17/10, 2012 at 15:0

3

Solved

Is there any way to purge an outgoing queue. It doesn't appear that I can do it with the MMC snap-in and when i try to purge it in code i get an error Format name is invalid the computer it's sendi...
Honeywell asked 26/1, 2011 at 17:27

5

Solved

I am really starting with Message Queue and I am looking for very basic information, how to's and so on. But I have a strange sensation with what I am finding. It seems "Message Queue Server" is n...
Russianize asked 1/5, 2011 at 11:33

1

Solved

This is driving me abit nuts so if anyone could hepl i'd be very grateful!! I am trying to send a message to a public queue from a server within the domain to the domain controller but i get the e...
Greenery asked 19/9, 2012 at 13:47

7

I think the title sums it all .... We have a .NET 2.0 system trying to implement a distributed pub/ sub model. I came across NServiceBus, RhinoBus and MassTransit. Unfortunately, these are MSMQ bas...
Spin asked 26/9, 2009 at 5:3

1

Solved

I am sending a message to a pretty standard message queue that I have created on my machine running Windows Server 2008 R2. QueueName: directionsTest MachineName: usernameDev When I attemp...
Vacillatory asked 4/9, 2012 at 22:40

4

Solved

Just doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled work flow system. What are the pro's and cons that people have found of using ea...
Muffin asked 21/10, 2009 at 15:13

3

Solved

I have self-hosted WCF service in console with netNamedPipeBinding binding. The service has just one empty method Send(DataTable bulk) [ServiceContract] public interface IWcfQueueService { [Opera...
Bergman asked 3/7, 2012 at 9:47

1

Solved

Is there a cmd line for MSMQ basic operation (get the queue size, purge queue). I tried google it but did not get any think useful.
Sloop asked 26/1, 2012 at 13:30

3

I have a windows service written in C# that reads from MSMQ and based on the type of the message it assigns them to Agents that process that message in a worker thread. The application starts with ...
Haletta asked 18/7, 2012 at 6:55

1

Solved

I have two component. One is Window application and other is Window Service. Window Application writing to Message Queue(MSMQ) and Service is reading it and process the message. Should service alwa...
Halves asked 11/7, 2012 at 16:29

4

Solved

I'm very new to MSMQ. We have a critical system using MSMQ and it is not able to start due to insufficient resources. It appears that MSMQ is at capacity. I am trying to purge messages (or even de...
Individually asked 13/10, 2009 at 15:39

1

Solved

The System.Messaging.MessageQueue class does not provide a way to set ownership of queue. How do I programmatically set the owner of a MSMQ message queue?
Pasley asked 30/6, 2012 at 4:35

4

Solved

I've been trying out MSMQ with WCF, but I can't seem to get it to work properly. I've got the client (which sends messages to the queue) working, by using WCF and a service reference. The code that...
Darondarooge asked 20/12, 2010 at 19:42

3

Need to batch a weekly purge of the System queue journal.
Proton asked 30/6, 2009 at 12:27

2

Solved

I try this: MessageQueue mq = new MessageQueue(".\Journal$"); mq.Purge(); It work good on XP. But, on windows 2003 server, I always have this error : "A workgroup installation computer does not su...
Indenture asked 15/7, 2009 at 13:24

3

Solved

I want to use WCF + net.MSMQ, I am not interested in Azure Service Bus or Azure queue, those things are way too expensive and do not meet my requirement for setting up a P2P services. Reliability...
Cowbind asked 10/5, 2012 at 3:12

2

Solved

I need to communicate with a legacy application from my C# app via the Windows Message Queue. The legacy application expects plain string messages in a particular private queue, but I can't seem t...
Unsound asked 2/6, 2009 at 0:5

1

Solved

I have a sample php script to connect to MSMQ on windows. I can create queues and send messages to the queues, however when i try and open the queue to read the messages I keep getting an Access de...
Vshaped asked 1/5, 2012 at 16:16

© 2022 - 2024 — McMap. All rights reserved.