MSMQ Programming-Can anyone help me out?

H

Himali

I am trying to implement a MSMQ through VB.net using the Messaging dll.I am unable to find out an event which will be fired as soon as any message is added to the queue.Are there any such methods available on VB.NET(I dont want through Platform SDK)? If yes,how to use them?
 
K

Kevin Spencer

This is not a FrontPage question, but a .Net programming question. You would
do best to ask it on a .Net programming newsgroup.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Himali said:
I am trying to implement a MSMQ through VB.net using the Messaging dll.I
am unable to find out an event which will be fired as soon as any message is
added to the queue.Are there any such methods available on VB.NET(I dont
want through Platform SDK)? If yes,how to use them?
 
Top