473,812 Members | 3,417 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Message Queuing problem

I am planning to implement application to application

communication using message queueing. I am using

VB.NET on a Win2000 server OS with message queueing

services enabled. I am find the reliability of the

Message Queue over a network to be low, ie if i send a

lot of messages(above 10000) to a queue thru one

application and if another application over the

network tries to simultaneously read from that queue,

messages are being lost. Once the queue start loosing

messages, it continues loosing messages even if one

message is sent at a time. However if i delete the

queue and recreate it message queqeing works for some

time again.

Could someone tell me if there is anyway that we can

gurantee that messages will reach the destination as

long as the network to the message queue is available,

reagardless of other applications accessing the same

queue.

TIA,

Gary
Jul 19 '05 #1
0 1406

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
4980
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g., http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=Tidy7IDbDHA.2108%40cpmsftngxa06.phx.gbl) that indicate that ASP will queue up requests when they come in with the same "session".
0
1470
by: Markus Bauer | last post by:
Hello, has anybody a good ressource for a first contact programming message queues under dotnet? I´m familiar with webservices but message queuing is untouched land to me and the docs I found yet do not quite satisfy me
4
5226
by: Just D. | last post by:
Did anybody use this Message Queuing and knew all details about it? What's the physical limit of this Message Queuing system, number of messages, mbytes, message size? Where it stores messages, RAM, DISK? Do we lose everything if the machine is just rebooted or we can save all messages on disk to send them later where we're on line? Just D.
1
1643
by: tiger | last post by:
Hi, I have a question on MS Message queuing. I would like to check a message queuing to see if there is a message in the queue. That is if the queue is empty, I would like to send a note to a textbox. Thanks Tiger
0
1190
by: sam | last post by:
Hi, I have windows services appliaction. Application reads message from MS message queuing. I have short code example below of my application. I have different process points these point have queues in message queuing. Problem is application some time don't read messages from message queues. Messages and NOT pickedup from queue. public class Messages { public Messages()
1
1562
by: Dave Pink | last post by:
I support a web server farm of about 80 machines, of which 35 are in Production at any given time. Machines are running Windows 2000 Advanced Server with IIS 5. All 80 machines are configured exactly the same in regards to software, yet only one machine repeatedly shows queuing on the performance counter ASP.NET Requests Queued. No other machines show any queuing at all. The queuing occurs on the machine in question only after it is put...
25
2792
by: Mark Harrison | last post by:
I would like to try and build a queuing mechanism on top of Postgresql. Imagine an application where a large number of processes generate images and queue up thumbnail requests. A smaller number of processes (running on a dedicated set of machines) generate thumbnails for those images. Adding entries to the queue from multiple processes is easy, by executing statements such as: insert into nameq(action,name) values('add','foo');
0
1138
by: reaway | last post by:
When I use MessageQueue to send MQ In ASP.NET, Sometime I can send mq sucessfully, however sometime I got the exception "Message Queuing has not been installed". When I encoutered this exception, I change the application pool of my web application, then it can send successfully again. But this can not solve the problem, it appears again and again and I must change the application pool again and again. I don't know why this exception...
1
1303
by: Jason Richmeier | last post by:
Is there a way to create a setup package (setup and deployment project in Visual Studio 2005) that installs the Windows Message Queuing components as a prerequisite or is this something that has to be configured manually? It seems like I read something about this around a week or so ago but perhaps I am dreaming things up. If I did read such a thing, it seems like I made a mental note about needing the information later but now I cannot...
6
2867
by: shakthi | last post by:
I have problem with message queuing. I wrote simple service and client that communicate through endpoint that works with netMsmqBinding. Exception occurs when client sends message to server, and error is: There was an error sending to the queue: No internal Message Queuing certificate exists for the user. This is config of the service. <services>
0
9734
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10664
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10404
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10417
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10139
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9220
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3881
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3029
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.