Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i need simple project massage_queue in vb.net
Posted
Comments
OriginalGriff 23-Jan-14 4:35am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Even if you mean a "Message queue" rather than a "Massage queue" (and the two are rather different) we would need better information than that!
Use the "Improve question" widget to edit your question and provide better information.
phil.o 23-Jan-14 4:39am    
This is not how it works here ; we do not provide code, we rather try to help people who put a minimum effort in the task they have been given.
Please see CodeProject QA FAQ for further informations about the Quick Answers rules.
I suggest you begin with a simple search on your favorite search-engine, with "vb.net message queue" as search-keywords. You will find some implementations, from where you can start.

1 solution

If you want to develop your own message queue system, then the "Message queue" Wikipedia page[^] could be a starting point.
On the other hand, if your application needs to interact with the Microsoft Message Queue, then you could start reading the documentation[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900