473,503 Members | 2,098 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MSMQ Programming

I am trying to implement MSMQ 2.0 on Win 2K through VB.NET. Can anyone tell me whether there are any events that are fired when any queue is added on message queue?? I came across methods in Platform SDk.Are any events available through VB.NET??

Jul 21 '05 #1
2 1383
When a queue is added, or a message is added to the queue?

If its when a message is added to the queue, use the MessageQueue.Peek
method (synchronous) or the MessageQueue.BeginPeek/EndPeek methods
(asynchronous) to check for new messages on the queue.

If it's for a queue being added to MSMQ, I'm not sure. :)

Robert

"Himali" <an*******@discussions.microsoft.com> wrote in message
news:EB**********************************@microsof t.com...
I am trying to implement MSMQ 2.0 on Win 2K through VB.NET. Can anyone tell me whether there are any events that are fired when any queue is added
on message queue?? I came across methods in Platform SDk.Are any events
available through VB.NET??

Jul 21 '05 #2
I m sorry.Plz read "when message is added to queue" in my earlier query.
Thanks a lot Robert!
Jul 21 '05 #3

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

Similar topics

0
3667
by: Andrew Gordon | last post by:
I'm investigating getting Microsoft Navision to do stuff from a Python script. The recommended way seems to be to use message queues (MSMQ). I can get Navision to send a message to itself fine. I...
6
1569
by: William Ryan | last post by:
I'm starting to play with MSMQ and have a really newbie question... I can effectively write to my Queue with no problem. However, what event is raised when something is added to the queue. ...
1
1003
by: Jet Leung | last post by:
Hi all How can I programming with msmq? What's the msmq use for? Please show some example code on the reply . Thank you.
2
5650
by: Przemo | last post by:
Hi, I want to send messages from one application to another, working on 2 different computers in a no-domain enviroment using private queues. Am I to place queue on the source or on the...
5
11650
by: Alex Nitulescu | last post by:
Hi. I'm trying to make MSMQ work, so I go to Control Panel, Windows Components, I select MSMQ (Message Queuing Client Setup, actually) and about half-way through I get a nice message box saying ...
2
326
by: Himali | last post by:
I am trying to implement MSMQ 2.0 on Win 2K through VB.NET. Can anyone tell me whether there are any events that are fired when any queue is added on message queue?? I came across methods in Platform...
5
6361
by: DBC User | last post by:
Hello, Is there an alternative approach to MSMQ for delivering messages? I am planning to develop an app which I don't want clients to install MSMQ (or do anything otherthan install my app). I...
11
3554
by: Jon Davis | last post by:
Can a solution built in C# utilize MSMQ and/or MTS? If so, does this make the training material I already have on MSMQ and MTS in the context of VB6 an appropriate prerequisite foundation before...
1
4749
by: Florence Tissot | last post by:
We are seeing some kind of resource leak in our performance lab running an ASP.NET (2.0) application that sends and receives messages from 2 public MSMQ queues. Here's a brief summary of what are...
0
7204
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,...
0
7091
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7282
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,...
0
7342
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...
0
7464
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...
1
5018
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4680
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...
0
3162
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
391
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...

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.