my dog learned polymorphism
The moose likes EJB and other Java EE Technologies and the fly likes what is a Message Queue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "what is a Message Queue " Watch "what is a Message Queue " New topic
Author

what is a Message Queue

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
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
"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.
 
subject: what is a Message Queue
 
Similar Threads
How to redirect request to a new queue based on url-pattern
Error
Can JMS + MQ work together?
IBM WebSphere MQ Reporting
Difference between JMS Queue and MQ queue