What is a Message Queue and where is it used are there other MQ available other than java like IBM etc where can i get more info on MQ or any tutorial. thank you.
Jayakumar Thirumalai
Greenhorn
Joined: Jul 08, 2000
Posts: 15
posted
0
"In its essence, a messaging system allows separate, uncoupled applications to reliably communicate asynchronously. The messaging system architecture generally replaces the client/server model with a peer-to-peer relationship between individual components, where each peer can send and receive messages to and from other peers." For further details, you may look into the following web page: http://developer.java.sun.com/developer/technicalArticles//Networking/messaging/inde x.html Oracle also provides message queueing services. Jay
[This message has been edited by Jayakumar Thirumalai (edited October 22, 2000).]
Jayakumar Thirumalai
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.