473,785 Members | 2,400 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

vb.net with messagequeue

I'm in need of a little direction, I've been tasked to create an app where
the user can store dates and times in a table (informix) and when that date
and time occurs send a popup message (like using net send computer_name
"message") to a select number of computers on our network. My question is
will messagequeue do this? I've read several articles about messagequeue but
nothing indicating that it sends a popup (like net send).

Thanks for any help provided.

Jul 21 '05 #1
1 1699
Message Queueing is good for asynchronous applications. You could employ a
queue in your solution, but it is not THE solution.

You have a time driven portion of an application. Given this, you need to
make sure an event happens when time hits a specific point. The basic method
is polling the table and determining if a specific time has been hit or
passed (and the event has not been completed - hint! hint! another field
needed in your table). This can be done in the database, or with a separate
program.

I would consider a windows service that polls the database on a regular
basis. Depending on how often you need this to check, this might not be the
best option, but it is fairly easy to accomplish. If you need messages sent
on the second a certain time is hit, rather than once a minute, for example,
you should look at facilities in the database or set up a separate system to
handle the message sends.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** ************
Think Outside the Box!
*************** ************
"nestes" wrote:
I'm in need of a little direction, I've been tasked to create an app where
the user can store dates and times in a table (informix) and when that date
and time occurs send a popup message (like using net send computer_name
"message") to a select number of computers on our network. My question is
will messagequeue do this? I've read several articles about messagequeue but
nothing indicating that it sends a popup (like net send).

Thanks for any help provided.

Jul 21 '05 #2

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

Similar topics

2
9355
by: Chuck Marques | last post by:
I'm trying to implement sending an object through messaging, but I receive an error stating I can't deserialize the object. Any clues as to why. I have the following: <Serializable()> Public Class navMessage dim m_Category as int32 dim m_Id as string
3
5099
by: Gerhard Swart | last post by:
Hi all. I'm writing a queue browser that reads queues from a specified machine and then display the data that's on the queue. I am using the MessageQueue Class in .Net(C#). I get the problem that I can't read the journal private queue on a remote machine. I don't know if this is possible though. I have tried all the possible options but can't seem to get it to work. The code that I tried is: MessageQueue _mq = new MessageQueue(...
1
3731
by: Tony Hamill | last post by:
Hi, I am trying to create a C# application ( eventually a windows Service ) which will pick up the event when a message enters MSMQ. When this happens I want to log isome message details.This seems fairly straightforward. I had assumed using delegates was the way to go and found the following on msdn (...
5
5753
by: felecha | last post by:
I have a VB.Net application that runs as a Windows Service and monitors a MessageQueue on another machine. At times that machine will have to be rebooted, so I've been working on how to get my Service to re-establish the connection after the remote machine is back. I found that as soon as the remote machine goes down, the BeginReceive() method and the ReceiveCompleted() event handler start throwing an exception, for QueueNotAvailable,...
2
2171
by: felecha | last post by:
I'm stumped. I'm working on an application in VB.Net that uses System.Messaging.MessageQueue to listen for messages sent to a private queue on a remote machine. Both machines are in the same Workgroup in a small private LAN. The messaging is working fine, but since the remote machine is used as a control system and has to be rebooted when there is a configuration change, I have to handle the remote queue going down and coming back up...
4
1710
by: Risen | last post by:
Hi,All, I read MSDN about MessageQueue,and then I want to write some code to test MessageQueue in Vb.Net 2003. But there are some errors in code,and I don't know which code are incorrect. Who can tell me how to correct it. Thanks a lot. Risen.
5
5015
by: Jason Richmeier | last post by:
I have been unable to locate an answer for this question because (1) it is late in the day and my eyes are tired of looking at code and documentation, (2) I am new to this area of the .NET framework, or (3) a combination of (1) and (2). I am looking at using messaging in an application I am working on. I have been reading the documentation about messaging and have been able to understand just about everything that I have read so far. I...
0
1471
by: chi.chung.ko | last post by:
Dear Pals local:Windows XP Sp2 server:Windows 2K3 Sever R2 When Use to Receive MessageQueue On Server System.Messaging.MessageQueue IQ = new MessageQueue(); IQ.Path = "FormatName:DIRECT=TCP:192.168.1.203\\public" return_msg = IQ.Receive();
1
1816
by: =?Utf-8?B?RGF2ZSBCb29rZXI=?= | last post by:
Is there any way to create an event that notifies when a message is added to a MessageQueue, without resorting to polling the MessageQueue? I.e., suppose we have a MessageQueue with several messages still in queue. My process wants to know when a new message (of any sort) is added to the queue. Right now I have a Timer invoking a refresh via GetAllMessages() to detect new messages. There must be a better way!
0
9646
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
10157
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
10096
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
9956
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
8982
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
6742
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();...
0
5386
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4055
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.